COLOR #D0A762

HEX: #D0A762
RGB: (208,167,98)

Color info

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

RGB color model

#D0A762 color RGB value is (208,167,98).

  • red value is 208;
  • green value is 167;
  • blue value is 98.
RGB:
(208,167,98)
(82%,65%,38%)

RGB channels and saturation

R 208 of 255 = 82%
G 167 of 255 = 65%
B 98 of 255 = 38%

208
167
98

R + G + B ~ 62%. #D0A762 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 167 + 98 = 473 (100%)
R 208 of 473 ~ 43.97%
G 167 of 473 ~ 35.31%
B 98 of 473 ~ 20.72%

%43.97
%35.31
%20.72

CMYK color model

#D0A762 color CMYK value is (0,20,53,18).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 52.88%
  • key color value is 18.43%
CMYK:
(0,20,53,18)
C0M20Y53K18 
(0%,20%,53%,18%)
(0.00/0.20/0.53/0.18)	

CMYK percentages

%0
%19.71
%52.88
%18.43

Codes

Color #D0A762 in popluar color models

D0A762
RGB20816798
HSL38°53.92%60.00%
HSB/HSV38°52.88%81.57%
CMYK0.00%19.71%52.88%
18.43%

Color #D0A762 in popluar number systems.

HEXD0A762
Decimal20816798
Binary11010000101001111100010
Octal320247142

Shades and tints

Shades of #D0A762

#D0A762
(208,167,98)
#BE985A
(190,152,90)
#AC8952
(172,137,82)
#9A7A4A
(154,122,74)
#886B42
(136,107,66)
#765C3A
(118,92,58)
#644D32
(100,77,50)
#523E2A
(82,62,42)
#402F22
(64,47,34)
#2E201A
(46,32,26)
#1C1112
(28,17,18)
#000000
(0,0,0)

Tints of #D0A762

#D0A762
(208,167,98)
#D4AF70
(212,175,112)
#D8B77E
(216,183,126)
#DCBF8C
(220,191,140)
#E0C79A
(224,199,154)
#E4CFA8
(228,207,168)
#E8D7B6
(232,215,182)
#ECDFC4
(236,223,196)
#F0E7D2
(240,231,210)
#F4EFE0
(244,239,224)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A762; }

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

This text font color is #D0A762.


Background Color

.myBgColor { background-color: #D0A762; }

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

This div background color is #D0A762.


Border color

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

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

This div border color is #D0A762.


Opacity

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

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

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

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

This text has shadow with #D0A762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A762 on black background.


Color preview on white background

This text has color #D0A762 on white background.



Black color preview on #D0A762 background

This text has black color on #D0A762 background.


White color preview on #D0A762 background

This text has white color on #D0A762 background.