Shades of Putty #D2A871
Tints of Putty #D2A871
RGB
CMYK
RGB Variations
Color information
#D2A871 (or 0xD2A871) is known color: Putty. HEX triplet: D2, A8 and 71. RGB value is (210,168,113). Sum of RGB (Red+Green+Blue) = 210+168+113=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A871 is #2D578E. Grayscale: #AEAEAE. Windows color (decimal): -2971535 or 7448786. OLE color: 7448786.
HSL color Cylindrical-coordinate representation of color #D2A871: hue angle of 34.02º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2A871 is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 113 | - |
| CMYK | 0 | 0.2 | 0.46 | 0.18 |
| HSL | 34.02º | 0.52% | 0.63% | - |
| HSV(B) | 34.02º | 0.46% | 0.82% | - |
| XYZ | 43.56 | 42.9 | 21.61 | - |
| YUV | 174.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 113 | 0 | 0.2 | 0.46 | 0.18 | 34.02 | 0.52 | 0.63 |
| Hex | D2 | A8 | 71 | 0 | 14 | 2E | 12 | 22 | 34 | 3F |
| Octal | 322 | 250 | 161 | 0 | 24 | 56 | 22 | 42 | 64 | 77 |
| Binary | 11010010 | 10101000 | 1110001 | 0 | 10100 | 101110 | 10010 | 100010 | 110100 | 111111 |
Color Harmonies of #D2A871
Complementary color
Monochromatic Colors of #D2A871
Black with #D2A871
Text Example
Text Example
White with #D2A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A871; }
p { color: rgb(210,168,113); }
H1.HeaderClassName
{
color: #D2A871;
}
.AnyTagClassName
{
color: #D2A871;
}
</style>
background-color css
<style>
a { background-color: #D2A871; }
a { background-color: rgb(210,168,113); }
div.DivClassName
{
background-color: #D2A871;
}
.BgClassName
{
background-color: #D2A871;
}
</style>
border-color css
<style>
span { border-color: #D2A871; }
span { border-color: rgb(210,168,113); }
td.TdClassName
{
border-color: #D2A871;
}
.TagClassName
{
border-color: #D2A871;
}
</style>