Shades of Putty #D2A675
Tints of Putty #D2A675
RGB
CMYK
RGB Variations
Color information
#D2A675 (or 0xD2A675) is known color: Putty. HEX triplet: D2, A6 and 75. RGB value is (210,166,117). Sum of RGB (Red+Green+Blue) = 210+166+117=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A675 is #2D598A. Grayscale: #ADADAD. Windows color (decimal): -2972043 or 7710418. OLE color: 7710418.
HSL color Cylindrical-coordinate representation of color #D2A675: hue angle of 31.61º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2A675 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 117 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.18 |
| HSL | 31.61º | 0.51% | 0.64% | - |
| HSV(B) | 31.61º | 0.44% | 0.82% | - |
| XYZ | 43.43 | 42.26 | 22.7 | - |
| YUV | 173.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 117 | 0 | 0.21 | 0.44 | 0.18 | 31.61 | 0.51 | 0.64 |
| Hex | D2 | A6 | 75 | 0 | 15 | 2C | 12 | 20 | 33 | 40 |
| Octal | 322 | 246 | 165 | 0 | 25 | 54 | 22 | 40 | 63 | 100 |
| Binary | 11010010 | 10100110 | 1110101 | 0 | 10101 | 101100 | 10010 | 100000 | 110011 | 1000000 |
Color Harmonies of #D2A675
Complementary color
Monochromatic Colors of #D2A675
Black with #D2A675
Text Example
Text Example
White with #D2A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A675; }
p { color: rgb(210,166,117); }
H1.HeaderClassName
{
color: #D2A675;
}
.AnyTagClassName
{
color: #D2A675;
}
</style>
background-color css
<style>
a { background-color: #D2A675; }
a { background-color: rgb(210,166,117); }
div.DivClassName
{
background-color: #D2A675;
}
.BgClassName
{
background-color: #D2A675;
}
</style>
border-color css
<style>
span { border-color: #D2A675; }
span { border-color: rgb(210,166,117); }
td.TdClassName
{
border-color: #D2A675;
}
.TagClassName
{
border-color: #D2A675;
}
</style>