Shades of Putty #D8A86D
Tints of Putty #D8A86D
RGB
CMYK
RGB Variations
Color information
#D8A86D (or 0xD8A86D) is known color: Putty. HEX triplet: D8, A8 and 6D. RGB value is (216,168,109). Sum of RGB (Red+Green+Blue) = 216+168+109=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A86D is #275792. Grayscale: #AFAFAF. Windows color (decimal): -2578323 or 7186648. OLE color: 7186648.
HSL color Cylindrical-coordinate representation of color #D8A86D: hue angle of 33.08º 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 #D8A86D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 109 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.15 |
| HSL | 33.08º | 0.58% | 0.64% | - |
| HSV(B) | 33.08º | 0.5% | 0.85% | - |
| XYZ | 45.08 | 43.71 | 20.53 | - |
| YUV | 175.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 109 | 0 | 0.22 | 0.50 | 0.15 | 33.08 | 0.58 | 0.64 |
| Hex | D8 | A8 | 6D | 0 | 16 | 32 | F | 21 | 3A | 40 |
| Octal | 330 | 250 | 155 | 0 | 26 | 62 | 17 | 41 | 72 | 100 |
| Binary | 11011000 | 10101000 | 1101101 | 0 | 10110 | 110010 | 1111 | 100001 | 111010 | 1000000 |
Color Harmonies of #D8A86D
Complementary color
Monochromatic Colors of #D8A86D
Black with #D8A86D
Text Example
Text Example
White with #D8A86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A86D; }
p { color: rgb(216,168,109); }
H1.HeaderClassName
{
color: #D8A86D;
}
.AnyTagClassName
{
color: #D8A86D;
}
</style>
background-color css
<style>
a { background-color: #D8A86D; }
a { background-color: rgb(216,168,109); }
div.DivClassName
{
background-color: #D8A86D;
}
.BgClassName
{
background-color: #D8A86D;
}
</style>
border-color css
<style>
span { border-color: #D8A86D; }
span { border-color: rgb(216,168,109); }
td.TdClassName
{
border-color: #D8A86D;
}
.TagClassName
{
border-color: #D8A86D;
}
</style>