COLOR #D2AF0F

HEX: #D2AF0F RGB: (210,175,15)

Color info

#D2AF0F contains mainly red and green colors. Web safe color of #D2AF0F is #CC9900 (or #C90).

RGB color model

#D2AF0F color RGB value is (210,175,15).

RGB: (210,175,15) (82%, 69%, 6%)

RGB channels and saturation

R 210 of 255 = 82%
G 175 of 255 = 69%
B 15 of 255 = 6%

210
175
15

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

Portions of RGB colors in percentages

R + G + B = 210 + 175 + 15 = 400 (100%)
R 210 of 400 ~ 52.5%
G 175 of 400 ~ 43.75%
B 15 of 400 ~ 3.75'%

%52.5
%43.75

CMYK color model

#D2AF0F color CMYK value is (0,17,93,18).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 92.86%
  • key color value is 17.65%
CMYK: (0,17,93,18) C0M17Y93K18 (0%,17%,93%,18%) (0.00/0.17/0.93/0.18) 

CMYK percentages

%0
%16.67
%92.86
%17.65

Codes

Color #D2AF0F in popluar color models

D2 AF 0F
RGB 210 175 15
HSL 49° 86.67% 44.12%
HSB/HSV 49° 92.86% 82.35%
CMYK 0.00% 16.67% 92.86%
17.65%

Color #D2AF0F in popluar number systems.

HEX D2 AF 0F
Decimal 210 175 15
Binary 11010010 10101111 1111
Octal 322 257 17

Shades and tints

Shades of #D2AF0F

#D2AF0F
(210,175,15)
#BFA00E
(191,160,14)
#AC910D
(172,145,13)
#99820C
(153,130,12)
#86730B
(134,115,11)
#73640A
(115,100,10)
#605509
(96,85,9)
#4D4608
(77,70,8)
#3A3707
(58,55,7)
#272806
(39,40,6)
#141905
(20,25,5)
#000000
(0,0,0)

Tints of #D2AF0F

#D2AF0F
(210,175,15)
#D6B624
(214,182,36)
#DABD39
(218,189,57)
#DEC44E
(222,196,78)
#E2CB63
(226,203,99)
#E6D278
(230,210,120)
#EAD98D
(234,217,141)
#EEE0A2
(238,224,162)
#F2E7B7
(242,231,183)
#F6EECC
(246,238,204)
#FAF5E1
(250,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AF0F color. Also use rgb(210,175,15) instead hex code.

Text Font Color

.myTextColor { color: #D2AF0F; }

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

This text font color is #D2AF0F.

Background Color

.myBgColor { background-color: #D2AF0F; }

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

This div background color is #D2AF0F.

Border color

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

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

This div border color is #D2AF0F.

Opacity

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

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

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

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

This text has shadow with #D2AF0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AF0F.

Preview

Color preview on black background

This text has color #D2AF0F on black background.


Color preview on white background

This text has color #D2AF0F on white background.


Black color preview on #D2AF0F background

This text has black color on #D2AF0F background.


White color preview on #D2AF0F background

This text has white color on #D2AF0F background.


Related colors

Complementary color

Complementary color for #hex is #2D50F0.


I love getcolorcode.com

Triadic colors

1 #0FD2AF and #AF0FD2 with #D2AF0F are triadic colors.

2 #0FAFD2 and #AFD20F with #D2AF0F are triadic colors.