Shades of Putty #D8AF71
Tints of Putty #D8AF71
RGB
CMYK
RGB Variations
Color information
#D8AF71 (or 0xD8AF71) is known color: Putty. HEX triplet: D8, AF and 71. RGB value is (216,175,113). Sum of RGB (Red+Green+Blue) = 216+175+113=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF71 is #27508E. Grayscale: #B4B4B4. Windows color (decimal): -2576527 or 7450584. OLE color: 7450584.
HSL color Cylindrical-coordinate representation of color #D8AF71: hue angle of 36.12º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8AF71 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 113 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.15 |
| HSL | 36.12º | 0.57% | 0.65% | - |
| HSV(B) | 36.12º | 0.48% | 0.85% | - |
| XYZ | 46.63 | 46.45 | 22.13 | - |
| YUV | 180.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 113 | 0 | 0.19 | 0.48 | 0.15 | 36.12 | 0.57 | 0.65 |
| Hex | D8 | AF | 71 | 0 | 13 | 30 | F | 24 | 39 | 41 |
| Octal | 330 | 257 | 161 | 0 | 23 | 60 | 17 | 44 | 71 | 101 |
| Binary | 11011000 | 10101111 | 1110001 | 0 | 10011 | 110000 | 1111 | 100100 | 111001 | 1000001 |
Color Harmonies of #D8AF71
Complementary color
Monochromatic Colors of #D8AF71
Black with #D8AF71
Text Example
Text Example
White with #D8AF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF71; }
p { color: rgb(216,175,113); }
H1.HeaderClassName
{
color: #D8AF71;
}
.AnyTagClassName
{
color: #D8AF71;
}
</style>
background-color css
<style>
a { background-color: #D8AF71; }
a { background-color: rgb(216,175,113); }
div.DivClassName
{
background-color: #D8AF71;
}
.BgClassName
{
background-color: #D8AF71;
}
</style>
border-color css
<style>
span { border-color: #D8AF71; }
span { border-color: rgb(216,175,113); }
td.TdClassName
{
border-color: #D8AF71;
}
.TagClassName
{
border-color: #D8AF71;
}
</style>