Shades of Putty #D2AB73
Tints of Putty #D2AB73
RGB
CMYK
RGB Variations
Color information
#D2AB73 (or 0xD2AB73) is known color: Putty. HEX triplet: D2, AB and 73. RGB value is (210,171,115). Sum of RGB (Red+Green+Blue) = 210+171+115=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB73 is #2D548C. Grayscale: #B0B0B0. Windows color (decimal): -2970765 or 7580626. OLE color: 7580626.
HSL color Cylindrical-coordinate representation of color #D2AB73: hue angle of 35.37º 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 #D2AB73 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 115 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.18 |
| HSL | 35.37º | 0.51% | 0.64% | - |
| HSV(B) | 35.37º | 0.45% | 0.82% | - |
| XYZ | 44.24 | 44.07 | 22.39 | - |
| YUV | 176.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 115 | 0 | 0.19 | 0.45 | 0.18 | 35.37 | 0.51 | 0.64 |
| Hex | D2 | AB | 73 | 0 | 13 | 2D | 12 | 23 | 33 | 40 |
| Octal | 322 | 253 | 163 | 0 | 23 | 55 | 22 | 43 | 63 | 100 |
| Binary | 11010010 | 10101011 | 1110011 | 0 | 10011 | 101101 | 10010 | 100011 | 110011 | 1000000 |
Color Harmonies of #D2AB73
Complementary color
Monochromatic Colors of #D2AB73
Black with #D2AB73
Text Example
Text Example
White with #D2AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB73; }
p { color: rgb(210,171,115); }
H1.HeaderClassName
{
color: #D2AB73;
}
.AnyTagClassName
{
color: #D2AB73;
}
</style>
background-color css
<style>
a { background-color: #D2AB73; }
a { background-color: rgb(210,171,115); }
div.DivClassName
{
background-color: #D2AB73;
}
.BgClassName
{
background-color: #D2AB73;
}
</style>
border-color css
<style>
span { border-color: #D2AB73; }
span { border-color: rgb(210,171,115); }
td.TdClassName
{
border-color: #D2AB73;
}
.TagClassName
{
border-color: #D2AB73;
}
</style>