COLOR #D0AF2A

HEX: #D0AF2A RGB: (208,175,42)

Color info

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

RGB color model

#D0AF2A color RGB value is (208,175,42).

RGB: (208,175,42) (82%, 69%, 16%)

RGB channels and saturation

R 208 of 255 = 82%
G 175 of 255 = 69%
B 42 of 255 = 16%

208
175
42

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

Portions of RGB colors in percentages

R + G + B = 208 + 175 + 42 = 425 (100%)
R 208 of 425 ~ 48.94%
G 175 of 425 ~ 41.18%
B 42 of 425 ~ 9.88'%

%48.94
%41.18

CMYK color model

#D0AF2A color CMYK value is (0,16,80,18).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 79.81%
  • key color value is 18.43%

CMYK: (0,16,80,18)
C0M16Y80K18 (0%, 16%, 80%, 18%)
(0.00 / 0.16 / 0.80 / 0.18)

CMYK percentages

%0
%15.87
%79.81
%18.43

Codes

Color #D0AF2A in popluar color models

D0 AF 2A
RGB 208 175 42
HSL 48° 66.40% 49.02%
HSB/HSV 48° 79.81% 81.57%
CMYK 0.00% 15.87% 79.81%
18.43%

Color #D0AF2A in popluar number systems.

HEX D0 AF 2A
Decimal 208 175 42
Binary 11010000 10101111 101010
Octal 320 257 52

Shades and tints

Shades of #D0AF2A

#D0AF2A
(208,175,42)
#BEA027
(190,160,39)
#AC9124
(172,145,36)
#9A8221
(154,130,33)
#88731E
(136,115,30)
#76641B
(118,100,27)
#645518
(100,85,24)
#524615
(82,70,21)
#403712
(64,55,18)
#2E280F
(46,40,15)
#1C190C
(28,25,12)
#000000
(0,0,0)

Tints of #D0AF2A

#D0AF2A
(208,175,42)
#D4B63D
(212,182,61)
#D8BD50
(216,189,80)
#DCC463
(220,196,99)
#E0CB76
(224,203,118)
#E4D289
(228,210,137)
#E8D99C
(232,217,156)
#ECE0AF
(236,224,175)
#F0E7C2
(240,231,194)
#F4EED5
(244,238,213)
#F8F5E8
(248,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AF2A color. Also use rgb(208,175,42) instead hex code.

Text Font Color

.myTextColor { color: #D0AF2A; }

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

This text font color is #D0AF2A.

Background Color

.myBgColor { background-color: #D0AF2A; }

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

This div background color is #D0AF2A.

Border color

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

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

This div border color is #D0AF2A.

Opacity

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

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

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

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

This text has shadow with #D0AF2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0AF2A.

Preview

Color preview on black background

This text has color #D0AF2A on black background.


Color preview on white background

This text has color #D0AF2A on white background.


Black color preview on #D0AF2A background

This text has black color on #D0AF2A background.


White color preview on #D0AF2A background

This text has white color on #D0AF2A background.


Related colors

Complementary color

Complementary color for #hex is #2F50D5.


I love getcolorcode.com

Triadic colors

1 #2AD0AF and #AF2AD0 with #D0AF2A are triadic colors.

2 #2AAFD0 and #AFD02A with #D0AF2A are triadic colors.