Shades of Putty #D2A36F
Tints of Putty #D2A36F
RGB
CMYK
RGB Variations
Color information
#D2A36F (or 0xD2A36F) is known color: Putty. HEX triplet: D2, A3 and 6F. RGB value is (210,163,111). Sum of RGB (Red+Green+Blue) = 210+163+111=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A36F is #2D5C90. Grayscale: #ABABAB. Windows color (decimal): -2972817 or 7316434. OLE color: 7316434.
HSL color Cylindrical-coordinate representation of color #D2A36F: hue angle of 31.52º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2A36F is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 111 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.18 |
| HSL | 31.52º | 0.52% | 0.63% | - |
| HSV(B) | 31.52º | 0.47% | 0.82% | - |
| XYZ | 42.54 | 41.04 | 20.72 | - |
| YUV | 171.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 111 | 0 | 0.22 | 0.47 | 0.18 | 31.52 | 0.52 | 0.63 |
| Hex | D2 | A3 | 6F | 0 | 16 | 2F | 12 | 20 | 34 | 3F |
| Octal | 322 | 243 | 157 | 0 | 26 | 57 | 22 | 40 | 64 | 77 |
| Binary | 11010010 | 10100011 | 1101111 | 0 | 10110 | 101111 | 10010 | 100000 | 110100 | 111111 |
Color Harmonies of #D2A36F
Complementary color
Monochromatic Colors of #D2A36F
Black with #D2A36F
Text Example
Text Example
White with #D2A36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A36F; }
p { color: rgb(210,163,111); }
H1.HeaderClassName
{
color: #D2A36F;
}
.AnyTagClassName
{
color: #D2A36F;
}
</style>
background-color css
<style>
a { background-color: #D2A36F; }
a { background-color: rgb(210,163,111); }
div.DivClassName
{
background-color: #D2A36F;
}
.BgClassName
{
background-color: #D2A36F;
}
</style>
border-color css
<style>
span { border-color: #D2A36F; }
span { border-color: rgb(210,163,111); }
td.TdClassName
{
border-color: #D2A36F;
}
.TagClassName
{
border-color: #D2A36F;
}
</style>