COLOR #D9AB22

HEX: #D9AB22
RGB: (217,171,34)

Color info

#D9AB22 contains mainly red and green colors. Web safe color of #D9AB22 is #CC9933 (or #C93).

RGB color model

#D9AB22 color RGB value is (217,171,34).

  • red value is 217;
  • green value is 171;
  • blue value is 34.
RGB:
(217,171,34)
(85%,67%,13%)

RGB channels and saturation

R 217 of 255 = 85%
G 171 of 255 = 67%
B 34 of 255 = 13%

217
171
34

R + G + B ~ 55%. #D9AB22 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
217 + 171 + 34 = 422 (100%)
R 217 of 422 ~ 51.42%
G 171 of 422 ~ 40.52%
B 34 of 422 ~ 8.06%

%51.42
%40.52

CMYK color model

#D9AB22 color CMYK value is (0,21,84,15).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 84.33%
  • key color value is 14.90%
CMYK:
(0,21,84,15)
C0M21Y84K15 
(0%,21%,84%,15%)
(0.00/0.21/0.84/0.15)	

CMYK percentages

%0
%21.2
%84.33
%14.9

Codes

Color #D9AB22 in popluar color models

D9AB22
RGB21717134
HSL45°72.91%49.22%
HSB/HSV45°84.33%85.10%
CMYK0.00%21.20%84.33%
14.90%

Color #D9AB22 in popluar number systems.

HEXD9AB22
Decimal21717134
Binary1101100110101011100010
Octal33125342

Shades and tints

Shades of #D9AB22

#D9AB22
(217,171,34)
#C69C1F
(198,156,31)
#B38D1C
(179,141,28)
#A07E19
(160,126,25)
#8D6F16
(141,111,22)
#7A6013
(122,96,19)
#675110
(103,81,16)
#54420D
(84,66,13)
#41330A
(65,51,10)
#2E2407
(46,36,7)
#1B1504
(27,21,4)
#000000
(0,0,0)

Tints of #D9AB22

#D9AB22
(217,171,34)
#DCB236
(220,178,54)
#DFB94A
(223,185,74)
#E2C05E
(226,192,94)
#E5C772
(229,199,114)
#E8CE86
(232,206,134)
#EBD59A
(235,213,154)
#EEDCAE
(238,220,174)
#F1E3C2
(241,227,194)
#F4EAD6
(244,234,214)
#F7F1EA
(247,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AB22 color. Also use rgb(217,171,34) instead hex code.

Text Font Color

.myTextColor { color: #D9AB22; }

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

This text font color is #D9AB22.


Background Color

.myBgColor { background-color: #D9AB22; }

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

This div background color is #D9AB22.


Border color

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

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

This div border color is #D9AB22.


Opacity

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

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

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

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

This text has shadow with #D9AB22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AB22 on black background.


Color preview on white background

This text has color #D9AB22 on white background.



Black color preview on #D9AB22 background

This text has black color on #D9AB22 background.


White color preview on #D9AB22 background

This text has white color on #D9AB22 background.