COLOR #D0A75F

HEX: #D0A75F RGB: (208,167,95)

Color info

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

RGB color model

#D0A75F color RGB value is (208,167,95).

RGB: (208,167,95) (82%, 65%, 37%)

RGB channels and saturation

R 208 of 255 = 82%
G 167 of 255 = 65%
B 95 of 255 = 37%

208
167
95

R + G + B ~ 61%. #D0A75F is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 167 + 95 = 470 (100%)
R 208 of 470 ~ 44.26%
G 167 of 470 ~ 35.53%
B 95 of 470 ~ 20.21'%

%44.26
%35.53
%20.21

CMYK color model

#D0A75F color CMYK value is (0,20,54,18).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 54.33%
  • key color value is 18.43%

CMYK: (0,20,54,18)
C0M20Y54K18 (0%, 20%, 54%, 18%)
(0.00 / 0.20 / 0.54 / 0.18)

CMYK percentages

%0
%19.71
%54.33
%18.43

Codes

Color #D0A75F in popluar color models

D0 A7 5F
RGB 208 167 95
HSL 38° 54.59% 59.41%
HSB/HSV 38° 54.33% 81.57%
CMYK 0.00% 19.71% 54.33%
18.43%

Color #D0A75F in popluar number systems.

HEX D0 A7 5F
Decimal 208 167 95
Binary 11010000 10100111 1011111
Octal 320 247 137

Shades and tints

Shades of #D0A75F

#D0A75F
(208,167,95)
#BE9857
(190,152,87)
#AC894F
(172,137,79)
#9A7A47
(154,122,71)
#886B3F
(136,107,63)
#765C37
(118,92,55)
#644D2F
(100,77,47)
#523E27
(82,62,39)
#402F1F
(64,47,31)
#2E2017
(46,32,23)
#1C110F
(28,17,15)
#000000
(0,0,0)

Tints of #D0A75F

#D0A75F
(208,167,95)
#D4AF6D
(212,175,109)
#D8B77B
(216,183,123)
#DCBF89
(220,191,137)
#E0C797
(224,199,151)
#E4CFA5
(228,207,165)
#E8D7B3
(232,215,179)
#ECDFC1
(236,223,193)
#F0E7CF
(240,231,207)
#F4EFDD
(244,239,221)
#F8F7EB
(248,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A75F color. Also use rgb(208,167,95) instead hex code.

Text Font Color

.myTextColor { color: #D0A75F; }

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

This text font color is #D0A75F.

Background Color

.myBgColor { background-color: #D0A75F; }

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

This div background color is #D0A75F.

Border color

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

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

This div border color is #D0A75F.

Opacity

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

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

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

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

This text has shadow with #D0A75F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A75F.

Preview

Color preview on black background

This text has color #D0A75F on black background.


Color preview on white background

This text has color #D0A75F on white background.


Black color preview on #D0A75F background

This text has black color on #D0A75F background.


White color preview on #D0A75F background

This text has white color on #D0A75F background.


Related colors

Complementary color

Complementary color for #hex is #2F58A0.


I love getcolorcode.com

Triadic colors

1 #5FD0A7 and #A75FD0 with #D0A75F are triadic colors.

2 #5FA7D0 and #A7D05F with #D0A75F are triadic colors.