Shades of Putty #D9A56C
Tints of Putty #D9A56C
RGB
CMYK
RGB Variations
Color information
#D9A56C (or 0xD9A56C) is known color: Putty. HEX triplet: D9, A5 and 6C. RGB value is (217,165,108). Sum of RGB (Red+Green+Blue) = 217+165+108=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A56C is #265A93. Grayscale: #AEAEAE. Windows color (decimal): -2513556 or 7120345. OLE color: 7120345.
HSL color Cylindrical-coordinate representation of color #D9A56C: hue angle of 31.38º 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 #D9A56C is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 108 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.15 |
| HSL | 31.38º | 0.59% | 0.64% | - |
| HSV(B) | 31.38º | 0.5% | 0.85% | - |
| XYZ | 44.78 | 42.74 | 20.08 | - |
| YUV | 174.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 108 | 0 | 0.24 | 0.50 | 0.15 | 31.38 | 0.59 | 0.64 |
| Hex | D9 | A5 | 6C | 0 | 18 | 32 | F | 1F | 3B | 40 |
| Octal | 331 | 245 | 154 | 0 | 30 | 62 | 17 | 37 | 73 | 100 |
| Binary | 11011001 | 10100101 | 1101100 | 0 | 11000 | 110010 | 1111 | 11111 | 111011 | 1000000 |
Color Harmonies of #D9A56C
Complementary color
Monochromatic Colors of #D9A56C
Black with #D9A56C
Text Example
Text Example
White with #D9A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A56C; }
p { color: rgb(217,165,108); }
H1.HeaderClassName
{
color: #D9A56C;
}
.AnyTagClassName
{
color: #D9A56C;
}
</style>
background-color css
<style>
a { background-color: #D9A56C; }
a { background-color: rgb(217,165,108); }
div.DivClassName
{
background-color: #D9A56C;
}
.BgClassName
{
background-color: #D9A56C;
}
</style>
border-color css
<style>
span { border-color: #D9A56C; }
span { border-color: rgb(217,165,108); }
td.TdClassName
{
border-color: #D9A56C;
}
.TagClassName
{
border-color: #D9A56C;
}
</style>