Shades of Putty #D6A872
Tints of Putty #D6A872
RGB
CMYK
RGB Variations
Color information
#D6A872 (or 0xD6A872) is known color: Putty. HEX triplet: D6, A8 and 72. RGB value is (214,168,114). Sum of RGB (Red+Green+Blue) = 214+168+114=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A872 is #29578D. Grayscale: #AFAFAF. Windows color (decimal): -2709390 or 7514326. OLE color: 7514326.
HSL color Cylindrical-coordinate representation of color #D6A872: hue angle of 32.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6A872 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 114 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.16 |
| HSL | 32.4º | 0.55% | 0.64% | - |
| HSV(B) | 32.4º | 0.47% | 0.84% | - |
| XYZ | 44.77 | 43.52 | 21.96 | - |
| YUV | 175.6 | 93.24 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 114 | 0 | 0.21 | 0.47 | 0.16 | 32.4 | 0.55 | 0.64 |
| Hex | D6 | A8 | 72 | 0 | 15 | 2F | 10 | 20 | 37 | 40 |
| Octal | 326 | 250 | 162 | 0 | 25 | 57 | 20 | 40 | 67 | 100 |
| Binary | 11010110 | 10101000 | 1110010 | 0 | 10101 | 101111 | 10000 | 100000 | 110111 | 1000000 |
Color Harmonies of #D6A872
Complementary color
Monochromatic Colors of #D6A872
Black with #D6A872
Text Example
Text Example
White with #D6A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A872; }
p { color: rgb(214,168,114); }
H1.HeaderClassName
{
color: #D6A872;
}
.AnyTagClassName
{
color: #D6A872;
}
</style>
background-color css
<style>
a { background-color: #D6A872; }
a { background-color: rgb(214,168,114); }
div.DivClassName
{
background-color: #D6A872;
}
.BgClassName
{
background-color: #D6A872;
}
</style>
border-color css
<style>
span { border-color: #D6A872; }
span { border-color: rgb(214,168,114); }
td.TdClassName
{
border-color: #D6A872;
}
.TagClassName
{
border-color: #D6A872;
}
</style>