Shades of Putty #D8A56C
Tints of Putty #D8A56C
RGB
CMYK
RGB Variations
Color information
#D8A56C (or 0xD8A56C) is known color: Putty. HEX triplet: D8, A5 and 6C. RGB value is (216,165,108). Sum of RGB (Red+Green+Blue) = 216+165+108=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A56C is #275A93. Grayscale: #AEAEAE. Windows color (decimal): -2579092 or 7120344. OLE color: 7120344.
HSL color Cylindrical-coordinate representation of color #D8A56C: hue angle of 31.67º degrees, saturation: 0.58, 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 #D8A56C is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 108 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.15 |
| HSL | 31.67º | 0.58% | 0.64% | - |
| HSV(B) | 31.67º | 0.5% | 0.85% | - |
| XYZ | 44.48 | 42.59 | 20.06 | - |
| YUV | 173.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 108 | 0 | 0.24 | 0.50 | 0.15 | 31.67 | 0.58 | 0.64 |
| Hex | D8 | A5 | 6C | 0 | 18 | 32 | F | 20 | 3A | 40 |
| Octal | 330 | 245 | 154 | 0 | 30 | 62 | 17 | 40 | 72 | 100 |
| Binary | 11011000 | 10100101 | 1101100 | 0 | 11000 | 110010 | 1111 | 100000 | 111010 | 1000000 |
Color Harmonies of #D8A56C
Complementary color
Monochromatic Colors of #D8A56C
Black with #D8A56C
Text Example
Text Example
White with #D8A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A56C; }
p { color: rgb(216,165,108); }
H1.HeaderClassName
{
color: #D8A56C;
}
.AnyTagClassName
{
color: #D8A56C;
}
</style>
background-color css
<style>
a { background-color: #D8A56C; }
a { background-color: rgb(216,165,108); }
div.DivClassName
{
background-color: #D8A56C;
}
.BgClassName
{
background-color: #D8A56C;
}
</style>
border-color css
<style>
span { border-color: #D8A56C; }
span { border-color: rgb(216,165,108); }
td.TdClassName
{
border-color: #D8A56C;
}
.TagClassName
{
border-color: #D8A56C;
}
</style>