Shades of Putty #D2A869
Tints of Putty #D2A869
RGB
CMYK
RGB Variations
Color information
#D2A869 (or 0xD2A869) is known color: Putty. HEX triplet: D2, A8 and 69. RGB value is (210,168,105). Sum of RGB (Red+Green+Blue) = 210+168+105=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A869 is #2D5796. Grayscale: #ADADAD. Windows color (decimal): -2971543 or 6924498. OLE color: 6924498.
HSL color Cylindrical-coordinate representation of color #D2A869: hue angle of 36º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2A869 is Cyan = 0, Magento = 0.2, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 105 | - |
| CMYK | 0 | 0.2 | 0.50 | 0.18 |
| HSL | 36º | 0.54% | 0.62% | - |
| HSV(B) | 36º | 0.5% | 0.82% | - |
| XYZ | 43.13 | 42.73 | 19.34 | - |
| YUV | 173.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 105 | 0 | 0.2 | 0.50 | 0.18 | 36 | 0.54 | 0.62 |
| Hex | D2 | A8 | 69 | 0 | 14 | 32 | 12 | 24 | 36 | 3E |
| Octal | 322 | 250 | 151 | 0 | 24 | 62 | 22 | 44 | 66 | 76 |
| Binary | 11010010 | 10101000 | 1101001 | 0 | 10100 | 110010 | 10010 | 100100 | 110110 | 111110 |
Color Harmonies of #D2A869
Complementary color
Monochromatic Colors of #D2A869
Black with #D2A869
Text Example
Text Example
White with #D2A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A869; }
p { color: rgb(210,168,105); }
H1.HeaderClassName
{
color: #D2A869;
}
.AnyTagClassName
{
color: #D2A869;
}
</style>
background-color css
<style>
a { background-color: #D2A869; }
a { background-color: rgb(210,168,105); }
div.DivClassName
{
background-color: #D2A869;
}
.BgClassName
{
background-color: #D2A869;
}
</style>
border-color css
<style>
span { border-color: #D2A869; }
span { border-color: rgb(210,168,105); }
td.TdClassName
{
border-color: #D2A869;
}
.TagClassName
{
border-color: #D2A869;
}
</style>