Shades of Tan #D0AC8D
Tints of Tan #D0AC8D
RGB
CMYK
RGB Variations
Color information
#D0AC8D (or 0xD0AC8D) is known color: Tan. HEX triplet: D0, AC and 8D. RGB value is (208,172,141). Sum of RGB (Red+Green+Blue) = 208+172+141=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AC8D is #2F5372. Grayscale: #B3B3B3. Windows color (decimal): -3101555 or 9284816. OLE color: 9284816.
HSL color Cylindrical-coordinate representation of color #D0AC8D: hue angle of 27.76º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0AC8D is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 141 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.18 |
| HSL | 27.76º | 0.42% | 0.68% | - |
| HSV(B) | 27.76º | 0.32% | 0.82% | - |
| XYZ | 45.57 | 44.84 | 31.45 | - |
| YUV | 179.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 141 | 0 | 0.17 | 0.32 | 0.18 | 27.76 | 0.42 | 0.68 |
| Hex | D0 | AC | 8D | 0 | 11 | 20 | 12 | 1C | 2A | 44 |
| Octal | 320 | 254 | 215 | 0 | 21 | 40 | 22 | 34 | 52 | 104 |
| Binary | 11010000 | 10101100 | 10001101 | 0 | 10001 | 100000 | 10010 | 11100 | 101010 | 1000100 |
Color Harmonies of #D0AC8D
Complementary color
Monochromatic Colors of #D0AC8D
Black with #D0AC8D
Text Example
Text Example
White with #D0AC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC8D; }
p { color: rgb(208,172,141); }
H1.HeaderClassName
{
color: #D0AC8D;
}
.AnyTagClassName
{
color: #D0AC8D;
}
</style>
background-color css
<style>
a { background-color: #D0AC8D; }
a { background-color: rgb(208,172,141); }
div.DivClassName
{
background-color: #D0AC8D;
}
.BgClassName
{
background-color: #D0AC8D;
}
</style>
border-color css
<style>
span { border-color: #D0AC8D; }
span { border-color: rgb(208,172,141); }
td.TdClassName
{
border-color: #D0AC8D;
}
.TagClassName
{
border-color: #D0AC8D;
}
</style>