Shades of Putty #D2A672
Tints of Putty #D2A672
RGB
CMYK
RGB Variations
Color information
#D2A672 (or 0xD2A672) is known color: Putty. HEX triplet: D2, A6 and 72. RGB value is (210,166,114). Sum of RGB (Red+Green+Blue) = 210+166+114=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A672 is #2D598D. Grayscale: #ADADAD. Windows color (decimal): -2972046 or 7513810. OLE color: 7513810.
HSL color Cylindrical-coordinate representation of color #D2A672: hue angle of 32.5º 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 #D2A672 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 114 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.18 |
| HSL | 32.5º | 0.52% | 0.64% | - |
| HSV(B) | 32.5º | 0.46% | 0.82% | - |
| XYZ | 43.25 | 42.19 | 21.78 | - |
| YUV | 173.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 114 | 0 | 0.21 | 0.46 | 0.18 | 32.5 | 0.52 | 0.64 |
| Hex | D2 | A6 | 72 | 0 | 15 | 2E | 12 | 20 | 34 | 40 |
| Octal | 322 | 246 | 162 | 0 | 25 | 56 | 22 | 40 | 64 | 100 |
| Binary | 11010010 | 10100110 | 1110010 | 0 | 10101 | 101110 | 10010 | 100000 | 110100 | 1000000 |
Color Harmonies of #D2A672
Complementary color
Monochromatic Colors of #D2A672
Black with #D2A672
Text Example
Text Example
White with #D2A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A672; }
p { color: rgb(210,166,114); }
H1.HeaderClassName
{
color: #D2A672;
}
.AnyTagClassName
{
color: #D2A672;
}
</style>
background-color css
<style>
a { background-color: #D2A672; }
a { background-color: rgb(210,166,114); }
div.DivClassName
{
background-color: #D2A672;
}
.BgClassName
{
background-color: #D2A672;
}
</style>
border-color css
<style>
span { border-color: #D2A672; }
span { border-color: rgb(210,166,114); }
td.TdClassName
{
border-color: #D2A672;
}
.TagClassName
{
border-color: #D2A672;
}
</style>