COLOR #DBB77A

HEX: #DBB77A
RGB: (219,183,122)

Color info

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

RGB color model

#DBB77A color RGB value is (219,183,122).

  • red value is 219;
  • green value is 183;
  • blue value is 122.
RGB:
(219,183,122)
(86%,72%,48%)

RGB channels and saturation

R 219 of 255 = 86%
G 183 of 255 = 72%
B 122 of 255 = 48%

219
183
122

R + G + B ~ 69%. #DBB77A is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 183 + 122 = 524 (100%)
R 219 of 524 ~ 41.79%
G 183 of 524 ~ 34.92%
B 122 of 524 ~ 23.28%

%41.79
%34.92
%23.28

CMYK color model

#DBB77A color CMYK value is (0,16,44,14).

  • cyan value is 0.00%
  • magenta value is 16.44%
  • yellow value is 44.29%
  • key color value is 14.12%
CMYK:
(0,16,44,14)
C0M16Y44K14 
(0%,16%,44%,14%)
(0.00/0.16/0.44/0.14)	

CMYK percentages

%0
%16.44
%44.29
%14.12

Codes

Color #DBB77A in popluar color models

DBB77A
RGB219183122
HSL38°57.40%66.86%
HSB/HSV38°44.29%85.88%
CMYK0.00%16.44%44.29%
14.12%

Color #DBB77A in popluar number systems.

HEXDBB77A
Decimal219183122
Binary11011011101101111111010
Octal333267172

Shades and tints

Shades of #DBB77A

#DBB77A
(219,183,122)
#C8A76F
(200,167,111)
#B59764
(181,151,100)
#A28759
(162,135,89)
#8F774E
(143,119,78)
#7C6743
(124,103,67)
#695738
(105,87,56)
#56472D
(86,71,45)
#433722
(67,55,34)
#302717
(48,39,23)
#1D170C
(29,23,12)
#000000
(0,0,0)

Tints of #DBB77A

#DBB77A
(219,183,122)
#DEBD86
(222,189,134)
#E1C392
(225,195,146)
#E4C99E
(228,201,158)
#E7CFAA
(231,207,170)
#EAD5B6
(234,213,182)
#EDDBC2
(237,219,194)
#F0E1CE
(240,225,206)
#F3E7DA
(243,231,218)
#F6EDE6
(246,237,230)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB77A color. Also use rgb(219,183,122) instead hex code.

Text Font Color

.myTextColor { color: #DBB77A; }

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

This text font color is #DBB77A.


Background Color

.myBgColor { background-color: #DBB77A; }

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

This div background color is #DBB77A.


Border color

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

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

This div border color is #DBB77A.


Opacity

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

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

Text with #DBB77A 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 #DBB77A;}

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

This text has shadow with #DBB77A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB77A on black background.


Color preview on white background

This text has color #DBB77A on white background.



Black color preview on #DBB77A background

This text has black color on #DBB77A background.


White color preview on #DBB77A background

This text has white color on #DBB77A background.