Shades of Putty #D8AF6C
Tints of Putty #D8AF6C
RGB
CMYK
RGB Variations
Color information
#D8AF6C (or 0xD8AF6C) is known color: Putty. HEX triplet: D8, AF and 6C. RGB value is (216,175,108). Sum of RGB (Red+Green+Blue) = 216+175+108=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF6C is #275093. Grayscale: #B3B3B3. Windows color (decimal): -2576532 or 7122904. OLE color: 7122904.
HSL color Cylindrical-coordinate representation of color #D8AF6C: hue angle of 37.22º 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 #D8AF6C is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 108 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.15 |
| HSL | 37.22º | 0.58% | 0.64% | - |
| HSV(B) | 37.22º | 0.5% | 0.85% | - |
| XYZ | 46.36 | 46.34 | 20.69 | - |
| YUV | 179.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 108 | 0 | 0.19 | 0.50 | 0.15 | 37.22 | 0.58 | 0.64 |
| Hex | D8 | AF | 6C | 0 | 13 | 32 | F | 25 | 3A | 40 |
| Octal | 330 | 257 | 154 | 0 | 23 | 62 | 17 | 45 | 72 | 100 |
| Binary | 11011000 | 10101111 | 1101100 | 0 | 10011 | 110010 | 1111 | 100101 | 111010 | 1000000 |
Color Harmonies of #D8AF6C
Complementary color
Monochromatic Colors of #D8AF6C
Black with #D8AF6C
Text Example
Text Example
White with #D8AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF6C; }
p { color: rgb(216,175,108); }
H1.HeaderClassName
{
color: #D8AF6C;
}
.AnyTagClassName
{
color: #D8AF6C;
}
</style>
background-color css
<style>
a { background-color: #D8AF6C; }
a { background-color: rgb(216,175,108); }
div.DivClassName
{
background-color: #D8AF6C;
}
.BgClassName
{
background-color: #D8AF6C;
}
</style>
border-color css
<style>
span { border-color: #D8AF6C; }
span { border-color: rgb(216,175,108); }
td.TdClassName
{
border-color: #D8AF6C;
}
.TagClassName
{
border-color: #D8AF6C;
}
</style>