Shades of Putty #D2AA73
Tints of Putty #D2AA73
RGB
CMYK
RGB Variations
Color information
#D2AA73 (or 0xD2AA73) is known color: Putty. HEX triplet: D2, AA and 73. RGB value is (210,170,115). Sum of RGB (Red+Green+Blue) = 210+170+115=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AA73 is #2D558C. Grayscale: #AFAFAF. Windows color (decimal): -2971021 or 7580370. OLE color: 7580370.
HSL color Cylindrical-coordinate representation of color #D2AA73: hue angle of 34.74º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2AA73 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 115 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.18 |
| HSL | 34.74º | 0.51% | 0.64% | - |
| HSV(B) | 34.74º | 0.45% | 0.82% | - |
| XYZ | 44.05 | 43.69 | 22.33 | - |
| YUV | 175.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 115 | 0 | 0.19 | 0.45 | 0.18 | 34.74 | 0.51 | 0.64 |
| Hex | D2 | AA | 73 | 0 | 13 | 2D | 12 | 23 | 33 | 40 |
| Octal | 322 | 252 | 163 | 0 | 23 | 55 | 22 | 43 | 63 | 100 |
| Binary | 11010010 | 10101010 | 1110011 | 0 | 10011 | 101101 | 10010 | 100011 | 110011 | 1000000 |
Color Harmonies of #D2AA73
Complementary color
Monochromatic Colors of #D2AA73
Black with #D2AA73
Text Example
Text Example
White with #D2AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA73; }
p { color: rgb(210,170,115); }
H1.HeaderClassName
{
color: #D2AA73;
}
.AnyTagClassName
{
color: #D2AA73;
}
</style>
background-color css
<style>
a { background-color: #D2AA73; }
a { background-color: rgb(210,170,115); }
div.DivClassName
{
background-color: #D2AA73;
}
.BgClassName
{
background-color: #D2AA73;
}
</style>
border-color css
<style>
span { border-color: #D2AA73; }
span { border-color: rgb(210,170,115); }
td.TdClassName
{
border-color: #D2AA73;
}
.TagClassName
{
border-color: #D2AA73;
}
</style>