COLOR #D0AC6C

HEX: #D0AC6C
RGB: (208,172,108)

Color info

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

RGB color model

#D0AC6C color RGB value is (208,172,108).

  • red value is 208;
  • green value is 172;
  • blue value is 108.
RGB:
(208,172,108)
(82%,67%,42%)

RGB channels and saturation

R 208 of 255 = 82%
G 172 of 255 = 67%
B 108 of 255 = 42%

208
172
108

R + G + B ~ 64%. #D0AC6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 172 + 108 = 488 (100%)
R 208 of 488 ~ 42.62%
G 172 of 488 ~ 35.25%
B 108 of 488 ~ 22.13%

%42.62
%35.25
%22.13

CMYK color model

#D0AC6C color CMYK value is (0,17,48,18).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 48.08%
  • key color value is 18.43%
CMYK:
(0,17,48,18)
C0M17Y48K18 
(0%,17%,48%,18%)
(0.00/0.17/0.48/0.18)	

CMYK percentages

%0
%17.31
%48.08
%18.43

Codes

Color #D0AC6C in popluar color models

D0AC6C
RGB208172108
HSL38°51.55%61.96%
HSB/HSV38°48.08%81.57%
CMYK0.00%17.31%48.08%
18.43%

Color #D0AC6C in popluar number systems.

HEXD0AC6C
Decimal208172108
Binary11010000101011001101100
Octal320254154

Shades and tints

Shades of #D0AC6C

#D0AC6C
(208,172,108)
#BE9D63
(190,157,99)
#AC8E5A
(172,142,90)
#9A7F51
(154,127,81)
#887048
(136,112,72)
#76613F
(118,97,63)
#645236
(100,82,54)
#52432D
(82,67,45)
#403424
(64,52,36)
#2E251B
(46,37,27)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #D0AC6C

#D0AC6C
(208,172,108)
#D4B379
(212,179,121)
#D8BA86
(216,186,134)
#DCC193
(220,193,147)
#E0C8A0
(224,200,160)
#E4CFAD
(228,207,173)
#E8D6BA
(232,214,186)
#ECDDC7
(236,221,199)
#F0E4D4
(240,228,212)
#F4EBE1
(244,235,225)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AC6C color. Also use rgb(208,172,108) instead hex code.

Text Font Color

.myTextColor { color: #D0AC6C; }

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

This text font color is #D0AC6C.


Background Color

.myBgColor { background-color: #D0AC6C; }

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

This div background color is #D0AC6C.


Border color

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

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

This div border color is #D0AC6C.


Opacity

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

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

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

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

This text has shadow with #D0AC6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AC6C on black background.


Color preview on white background

This text has color #D0AC6C on white background.



Black color preview on #D0AC6C background

This text has black color on #D0AC6C background.


White color preview on #D0AC6C background

This text has white color on #D0AC6C background.