Shades of Putty #D0AC78
Tints of Putty #D0AC78
RGB
CMYK
RGB Variations
Color information
#D0AC78 (or 0xD0AC78) is known color: Putty. HEX triplet: D0, AC and 78. RGB value is (208,172,120). Sum of RGB (Red+Green+Blue) = 208+172+120=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC78 is #2F5387. Grayscale: #B1B1B1. Windows color (decimal): -3101576 or 7908560. OLE color: 7908560.
HSL color Cylindrical-coordinate representation of color #D0AC78: hue angle of 35.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0AC78 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 120 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.18 |
| HSL | 35.45º | 0.48% | 0.64% | - |
| HSV(B) | 35.45º | 0.42% | 0.82% | - |
| XYZ | 44.16 | 44.27 | 23.99 | - |
| YUV | 176.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 120 | 0 | 0.17 | 0.42 | 0.18 | 35.45 | 0.48 | 0.64 |
| Hex | D0 | AC | 78 | 0 | 11 | 2A | 12 | 23 | 30 | 40 |
| Octal | 320 | 254 | 170 | 0 | 21 | 52 | 22 | 43 | 60 | 100 |
| Binary | 11010000 | 10101100 | 1111000 | 0 | 10001 | 101010 | 10010 | 100011 | 110000 | 1000000 |
Color Harmonies of #D0AC78
Complementary color
Monochromatic Colors of #D0AC78
Black with #D0AC78
Text Example
Text Example
White with #D0AC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC78; }
p { color: rgb(208,172,120); }
H1.HeaderClassName
{
color: #D0AC78;
}
.AnyTagClassName
{
color: #D0AC78;
}
</style>
background-color css
<style>
a { background-color: #D0AC78; }
a { background-color: rgb(208,172,120); }
div.DivClassName
{
background-color: #D0AC78;
}
.BgClassName
{
background-color: #D0AC78;
}
</style>
border-color css
<style>
span { border-color: #D0AC78; }
span { border-color: rgb(208,172,120); }
td.TdClassName
{
border-color: #D0AC78;
}
.TagClassName
{
border-color: #D0AC78;
}
</style>