Shades of Putty #D9AA71
Tints of Putty #D9AA71
RGB
CMYK
RGB Variations
Color information
#D9AA71 (or 0xD9AA71) is known color: Putty. HEX triplet: D9, AA and 71. RGB value is (217,170,113). Sum of RGB (Red+Green+Blue) = 217+170+113=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA71 is #26558E. Grayscale: #B1B1B1. Windows color (decimal): -2512271 or 7449305. OLE color: 7449305.
HSL color Cylindrical-coordinate representation of color #D9AA71: hue angle of 32.88º degrees, saturation: 0.58, 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 #D9AA71 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 113 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.15 |
| HSL | 32.88º | 0.58% | 0.65% | - |
| HSV(B) | 32.88º | 0.48% | 0.85% | - |
| XYZ | 45.97 | 44.69 | 21.83 | - |
| YUV | 177.56 | 91.57 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 113 | 0 | 0.22 | 0.48 | 0.15 | 32.88 | 0.58 | 0.65 |
| Hex | D9 | AA | 71 | 0 | 16 | 30 | F | 21 | 3A | 41 |
| Octal | 331 | 252 | 161 | 0 | 26 | 60 | 17 | 41 | 72 | 101 |
| Binary | 11011001 | 10101010 | 1110001 | 0 | 10110 | 110000 | 1111 | 100001 | 111010 | 1000001 |
Color Harmonies of #D9AA71
Complementary color
Monochromatic Colors of #D9AA71
Black with #D9AA71
Text Example
Text Example
White with #D9AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA71; }
p { color: rgb(217,170,113); }
H1.HeaderClassName
{
color: #D9AA71;
}
.AnyTagClassName
{
color: #D9AA71;
}
</style>
background-color css
<style>
a { background-color: #D9AA71; }
a { background-color: rgb(217,170,113); }
div.DivClassName
{
background-color: #D9AA71;
}
.BgClassName
{
background-color: #D9AA71;
}
</style>
border-color css
<style>
span { border-color: #D9AA71; }
span { border-color: rgb(217,170,113); }
td.TdClassName
{
border-color: #D9AA71;
}
.TagClassName
{
border-color: #D9AA71;
}
</style>