Shades of Putty #D4AA71
Tints of Putty #D4AA71
RGB
CMYK
RGB Variations
Color information
#D4AA71 (or 0xD4AA71) is known color: Putty. HEX triplet: D4, AA and 71. RGB value is (212,170,113). Sum of RGB (Red+Green+Blue) = 212+170+113=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AA71 is #2B558E. Grayscale: #B0B0B0. Windows color (decimal): -2839951 or 7449300. OLE color: 7449300.
HSL color Cylindrical-coordinate representation of color #D4AA71: hue angle of 34.55º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4AA71 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 113 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.17 |
| HSL | 34.55º | 0.54% | 0.64% | - |
| HSV(B) | 34.55º | 0.47% | 0.83% | - |
| XYZ | 44.51 | 43.94 | 21.76 | - |
| YUV | 176.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 113 | 0 | 0.20 | 0.47 | 0.17 | 34.55 | 0.54 | 0.64 |
| Hex | D4 | AA | 71 | 0 | 14 | 2F | 11 | 23 | 36 | 40 |
| Octal | 324 | 252 | 161 | 0 | 24 | 57 | 21 | 43 | 66 | 100 |
| Binary | 11010100 | 10101010 | 1110001 | 0 | 10100 | 101111 | 10001 | 100011 | 110110 | 1000000 |
Color Harmonies of #D4AA71
Complementary color
Monochromatic Colors of #D4AA71
Black with #D4AA71
Text Example
Text Example
White with #D4AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA71; }
p { color: rgb(212,170,113); }
H1.HeaderClassName
{
color: #D4AA71;
}
.AnyTagClassName
{
color: #D4AA71;
}
</style>
background-color css
<style>
a { background-color: #D4AA71; }
a { background-color: rgb(212,170,113); }
div.DivClassName
{
background-color: #D4AA71;
}
.BgClassName
{
background-color: #D4AA71;
}
</style>
border-color css
<style>
span { border-color: #D4AA71; }
span { border-color: rgb(212,170,113); }
td.TdClassName
{
border-color: #D4AA71;
}
.TagClassName
{
border-color: #D4AA71;
}
</style>