Shades of Putty #D2A872
Tints of Putty #D2A872
RGB
CMYK
RGB Variations
Color information
#D2A872 (or 0xD2A872) is known color: Putty. HEX triplet: D2, A8 and 72. RGB value is (210,168,114). Sum of RGB (Red+Green+Blue) = 210+168+114=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A872 is #2D578D. Grayscale: #AEAEAE. Windows color (decimal): -2971534 or 7514322. OLE color: 7514322.
HSL color Cylindrical-coordinate representation of color #D2A872: hue angle of 33.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2A872 is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 114 | - |
| CMYK | 0 | 0.2 | 0.46 | 0.18 |
| HSL | 33.75º | 0.52% | 0.64% | - |
| HSV(B) | 33.75º | 0.46% | 0.82% | - |
| XYZ | 43.62 | 42.92 | 21.91 | - |
| YUV | 174.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 114 | 0 | 0.2 | 0.46 | 0.18 | 33.75 | 0.52 | 0.64 |
| Hex | D2 | A8 | 72 | 0 | 14 | 2E | 12 | 22 | 34 | 40 |
| Octal | 322 | 250 | 162 | 0 | 24 | 56 | 22 | 42 | 64 | 100 |
| Binary | 11010010 | 10101000 | 1110010 | 0 | 10100 | 101110 | 10010 | 100010 | 110100 | 1000000 |
Color Harmonies of #D2A872
Complementary color
Monochromatic Colors of #D2A872
Black with #D2A872
Text Example
Text Example
White with #D2A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A872; }
p { color: rgb(210,168,114); }
H1.HeaderClassName
{
color: #D2A872;
}
.AnyTagClassName
{
color: #D2A872;
}
</style>
background-color css
<style>
a { background-color: #D2A872; }
a { background-color: rgb(210,168,114); }
div.DivClassName
{
background-color: #D2A872;
}
.BgClassName
{
background-color: #D2A872;
}
</style>
border-color css
<style>
span { border-color: #D2A872; }
span { border-color: rgb(210,168,114); }
td.TdClassName
{
border-color: #D2A872;
}
.TagClassName
{
border-color: #D2A872;
}
</style>