COLOR #DBB851

HEX: #DBB851
RGB: (219,184,81)

Color info

#DBB851 contains mainly red and green colors. Web safe color of #DBB851 is #CCCC66 (or #CC6).

RGB color model

#DBB851 color RGB value is (219,184,81).

  • red value is 219;
  • green value is 184;
  • blue value is 81.
RGB:
(219,184,81)
(86%,72%,32%)

RGB channels and saturation

R 219 of 255 = 86%
G 184 of 255 = 72%
B 81 of 255 = 32%

219
184
81

R + G + B ~ 63%. #DBB851 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 184 + 81 = 484 (100%)
R 219 of 484 ~ 45.25%
G 184 of 484 ~ 38.02%
B 81 of 484 ~ 16.74%

%45.25
%38.02
%16.74

CMYK color model

#DBB851 color CMYK value is (0,16,63,14).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 63.01%
  • key color value is 14.12%
CMYK:
(0,16,63,14)
C0M16Y63K14 
(0%,16%,63%,14%)
(0.00/0.16/0.63/0.14)	

CMYK percentages

%0
%15.98
%63.01
%14.12

Codes

Color #DBB851 in popluar color models

DBB851
RGB21918481
HSL45°65.71%58.82%
HSB/HSV45°63.01%85.88%
CMYK0.00%15.98%63.01%
14.12%

Color #DBB851 in popluar number systems.

HEXDBB851
Decimal21918481
Binary11011011101110001010001
Octal333270121

Shades and tints

Shades of #DBB851

#DBB851
(219,184,81)
#C8A84A
(200,168,74)
#B59843
(181,152,67)
#A2883C
(162,136,60)
#8F7835
(143,120,53)
#7C682E
(124,104,46)
#695827
(105,88,39)
#564820
(86,72,32)
#433819
(67,56,25)
#302812
(48,40,18)
#1D180B
(29,24,11)
#000000
(0,0,0)

Tints of #DBB851

#DBB851
(219,184,81)
#DEBE60
(222,190,96)
#E1C46F
(225,196,111)
#E4CA7E
(228,202,126)
#E7D08D
(231,208,141)
#EAD69C
(234,214,156)
#EDDCAB
(237,220,171)
#F0E2BA
(240,226,186)
#F3E8C9
(243,232,201)
#F6EED8
(246,238,216)
#F9F4E7
(249,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB851 color. Also use rgb(219,184,81) instead hex code.

Text Font Color

.myTextColor { color: #DBB851; }

<p style="color:#DBB851">This sample text font color is #DBB851.</p>

This text font color is #DBB851.


Background Color

.myBgColor { background-color: #DBB851; }

<div style="background-color:#DBB851">Inner text</div>

This div background color is #DBB851.


Border color

.myBorderColor { border: 1px solid #DBB851; }

<div style="border:3px solid #DBB851">Div</div>

This div border color is #DBB851.


Opacity

.myOpacity80 { color: #DBB851; opacity: 0.8; }

<p style="color:#DBB851;opacity:0.8;">80%</p>

Text with #DBB851 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DBB851;}

<p style="text-shadow: 3px 3px 1px #DBB851">Text here.</p>

This text has shadow with #DBB851 color.

.textShadow {text-shadow: 3px 3px 1px #DBB851, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DBB851, 5px 5px 20px red">Text here.</p>

This text has shadow with #DBB851 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DBB851, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DBB851, Direction=45, Strength=4)">Text</p>

This text has shadow with #DBB851 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DBB851;
  -webkit-box-shadow:	1px 1px 3px 2px #DBB851;
  box-shadow:		1px 1px 3px 2px #DBB851;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DBB851;
-webkit-box-shadow: 1px 1px 3px 2px #DBB851;
box-shadow:1px 1px 3px 2px #DBB851;">
Div content here</div>
This div box has shadow with color #DBB851.

Preview

Color preview on black background

This text has color #DBB851 on black background.


Color preview on white background

This text has color #DBB851 on white background.



Black color preview on #DBB851 background

This text has black color on #DBB851 background.


White color preview on #DBB851 background

This text has white color on #DBB851 background.