COLOR #D0AF7B

HEX: #D0AF7B RGB: (208,175,123)

Color info

#D0AF7B contains mainly red and green colors. Web safe color of #D0AF7B is #CC9966 (or #C96).

RGB color model

#D0AF7B color RGB value is (208,175,123).

RGB: (208,175,123) (82%, 69%, 48%)

RGB channels and saturation

R 208 of 255 = 82%
G 175 of 255 = 69%
B 123 of 255 = 48%

208
175
123

R + G + B ~ 66%. #D0AF7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 175 + 123 = 506 (100%)
R 208 of 506 ~ 41.11%
G 175 of 506 ~ 34.58%
B 123 of 506 ~ 24.31'%

%41.11
%34.58
%24.31

CMYK color model

#D0AF7B color CMYK value is (0,16,41,18).

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

CMYK: (0,16,41,18)
C0M16Y41K18 (0%, 16%, 41%, 18%)
(0.00 / 0.16 / 0.41 / 0.18)

CMYK percentages

%0
%15.87
%40.87
%18.43

Codes

Color #D0AF7B in popluar color models

D0 AF 7B
RGB 208 175 123
HSL 37° 47.49% 64.90%
HSB/HSV 37° 40.87% 81.57%
CMYK 0.00% 15.87% 40.87%
18.43%

Color #D0AF7B in popluar number systems.

HEX D0 AF 7B
Decimal 208 175 123
Binary 11010000 10101111 1111011
Octal 320 257 173

Shades and tints

Shades of #D0AF7B

#D0AF7B
(208,175,123)
#BEA070
(190,160,112)
#AC9165
(172,145,101)
#9A825A
(154,130,90)
#88734F
(136,115,79)
#766444
(118,100,68)
#645539
(100,85,57)
#52462E
(82,70,46)
#403723
(64,55,35)
#2E2818
(46,40,24)
#1C190D
(28,25,13)
#000000
(0,0,0)

Tints of #D0AF7B

#D0AF7B
(208,175,123)
#D4B687
(212,182,135)
#D8BD93
(216,189,147)
#DCC49F
(220,196,159)
#E0CBAB
(224,203,171)
#E4D2B7
(228,210,183)
#E8D9C3
(232,217,195)
#ECE0CF
(236,224,207)
#F0E7DB
(240,231,219)
#F4EEE7
(244,238,231)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AF7B; }

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

This text font color is #D0AF7B.

Background Color

.myBgColor { background-color: #D0AF7B; }

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

This div background color is #D0AF7B.

Border color

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

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

This div border color is #D0AF7B.

Opacity

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

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

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

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

This text has shadow with #D0AF7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0AF7B.

Preview

Color preview on black background

This text has color #D0AF7B on black background.


Color preview on white background

This text has color #D0AF7B on white background.


Black color preview on #D0AF7B background

This text has black color on #D0AF7B background.


White color preview on #D0AF7B background

This text has white color on #D0AF7B background.


Related colors

Complementary color

Complementary color for #hex is #2F5084.


I love getcolorcode.com

Triadic colors

1 #7BD0AF and #AF7BD0 with #D0AF7B are triadic colors.

2 #7BAFD0 and #AFD07B with #D0AF7B are triadic colors.