Shades of Putty #D6AA71
Tints of Putty #D6AA71
RGB
CMYK
RGB Variations
Color information
#D6AA71 (or 0xD6AA71) is known color: Putty. HEX triplet: D6, AA and 71. RGB value is (214,170,113). Sum of RGB (Red+Green+Blue) = 214+170+113=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA71 is #29558E. Grayscale: #B0B0B0. Windows color (decimal): -2708879 or 7449302. OLE color: 7449302.
HSL color Cylindrical-coordinate representation of color #D6AA71: hue angle of 33.86º 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 #D6AA71 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 113 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.16 |
| HSL | 33.86º | 0.55% | 0.64% | - |
| HSV(B) | 33.86º | 0.47% | 0.84% | - |
| XYZ | 45.09 | 44.24 | 21.79 | - |
| YUV | 176.66 | 92.08 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 113 | 0 | 0.21 | 0.47 | 0.16 | 33.86 | 0.55 | 0.64 |
| Hex | D6 | AA | 71 | 0 | 15 | 2F | 10 | 22 | 37 | 40 |
| Octal | 326 | 252 | 161 | 0 | 25 | 57 | 20 | 42 | 67 | 100 |
| Binary | 11010110 | 10101010 | 1110001 | 0 | 10101 | 101111 | 10000 | 100010 | 110111 | 1000000 |
Color Harmonies of #D6AA71
Complementary color
Monochromatic Colors of #D6AA71
Black with #D6AA71
Text Example
Text Example
White with #D6AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA71; }
p { color: rgb(214,170,113); }
H1.HeaderClassName
{
color: #D6AA71;
}
.AnyTagClassName
{
color: #D6AA71;
}
</style>
background-color css
<style>
a { background-color: #D6AA71; }
a { background-color: rgb(214,170,113); }
div.DivClassName
{
background-color: #D6AA71;
}
.BgClassName
{
background-color: #D6AA71;
}
</style>
border-color css
<style>
span { border-color: #D6AA71; }
span { border-color: rgb(214,170,113); }
td.TdClassName
{
border-color: #D6AA71;
}
.TagClassName
{
border-color: #D6AA71;
}
</style>