Shades of Putty #D9A86C
Tints of Putty #D9A86C
RGB
CMYK
RGB Variations
Color information
#D9A86C (or 0xD9A86C) is known color: Putty. HEX triplet: D9, A8 and 6C. RGB value is (217,168,108). Sum of RGB (Red+Green+Blue) = 217+168+108=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A86C is #265793. Grayscale: #B0B0B0. Windows color (decimal): -2512788 or 7121113. OLE color: 7121113.
HSL color Cylindrical-coordinate representation of color #D9A86C: hue angle of 33.03º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9A86C is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 108 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.15 |
| HSL | 33.03º | 0.59% | 0.64% | - |
| HSV(B) | 33.03º | 0.5% | 0.85% | - |
| XYZ | 45.32 | 43.84 | 20.26 | - |
| YUV | 175.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 108 | 0 | 0.23 | 0.50 | 0.15 | 33.03 | 0.59 | 0.64 |
| Hex | D9 | A8 | 6C | 0 | 17 | 32 | F | 21 | 3B | 40 |
| Octal | 331 | 250 | 154 | 0 | 27 | 62 | 17 | 41 | 73 | 100 |
| Binary | 11011001 | 10101000 | 1101100 | 0 | 10111 | 110010 | 1111 | 100001 | 111011 | 1000000 |
Color Harmonies of #D9A86C
Complementary color
Monochromatic Colors of #D9A86C
Black with #D9A86C
Text Example
Text Example
White with #D9A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A86C; }
p { color: rgb(217,168,108); }
H1.HeaderClassName
{
color: #D9A86C;
}
.AnyTagClassName
{
color: #D9A86C;
}
</style>
background-color css
<style>
a { background-color: #D9A86C; }
a { background-color: rgb(217,168,108); }
div.DivClassName
{
background-color: #D9A86C;
}
.BgClassName
{
background-color: #D9A86C;
}
</style>
border-color css
<style>
span { border-color: #D9A86C; }
span { border-color: rgb(217,168,108); }
td.TdClassName
{
border-color: #D9A86C;
}
.TagClassName
{
border-color: #D9A86C;
}
</style>