Shades of Putty #D8A872
Tints of Putty #D8A872
RGB
CMYK
RGB Variations
Color information
#D8A872 (or 0xD8A872) is known color: Putty. HEX triplet: D8, A8 and 72. RGB value is (216,168,114). Sum of RGB (Red+Green+Blue) = 216+168+114=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A872 is #27578D. Grayscale: #B0B0B0. Windows color (decimal): -2578318 or 7514328. OLE color: 7514328.
HSL color Cylindrical-coordinate representation of color #D8A872: hue angle of 31.76º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8A872 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 114 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.15 |
| HSL | 31.76º | 0.57% | 0.65% | - |
| HSV(B) | 31.76º | 0.47% | 0.85% | - |
| XYZ | 45.36 | 43.82 | 21.99 | - |
| YUV | 176.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 114 | 0 | 0.22 | 0.47 | 0.15 | 31.76 | 0.57 | 0.65 |
| Hex | D8 | A8 | 72 | 0 | 16 | 2F | F | 20 | 39 | 41 |
| Octal | 330 | 250 | 162 | 0 | 26 | 57 | 17 | 40 | 71 | 101 |
| Binary | 11011000 | 10101000 | 1110010 | 0 | 10110 | 101111 | 1111 | 100000 | 111001 | 1000001 |
Color Harmonies of #D8A872
Complementary color
Monochromatic Colors of #D8A872
Black with #D8A872
Text Example
Text Example
White with #D8A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A872; }
p { color: rgb(216,168,114); }
H1.HeaderClassName
{
color: #D8A872;
}
.AnyTagClassName
{
color: #D8A872;
}
</style>
background-color css
<style>
a { background-color: #D8A872; }
a { background-color: rgb(216,168,114); }
div.DivClassName
{
background-color: #D8A872;
}
.BgClassName
{
background-color: #D8A872;
}
</style>
border-color css
<style>
span { border-color: #D8A872; }
span { border-color: rgb(216,168,114); }
td.TdClassName
{
border-color: #D8A872;
}
.TagClassName
{
border-color: #D8A872;
}
</style>