Shades of Putty #D8AC6C
Tints of Putty #D8AC6C
RGB
CMYK
RGB Variations
Color information
#D8AC6C (or 0xD8AC6C) is known color: Putty. HEX triplet: D8, AC and 6C. RGB value is (216,172,108). Sum of RGB (Red+Green+Blue) = 216+172+108=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC6C is #275393. Grayscale: #B2B2B2. Windows color (decimal): -2577300 or 7122136. OLE color: 7122136.
HSL color Cylindrical-coordinate representation of color #D8AC6C: hue angle of 35.56º 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 #D8AC6C is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 108 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.15 |
| HSL | 35.56º | 0.58% | 0.64% | - |
| HSV(B) | 35.56º | 0.5% | 0.85% | - |
| XYZ | 45.78 | 45.19 | 20.5 | - |
| YUV | 177.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 108 | 0 | 0.20 | 0.50 | 0.15 | 35.56 | 0.58 | 0.64 |
| Hex | D8 | AC | 6C | 0 | 14 | 32 | F | 24 | 3A | 40 |
| Octal | 330 | 254 | 154 | 0 | 24 | 62 | 17 | 44 | 72 | 100 |
| Binary | 11011000 | 10101100 | 1101100 | 0 | 10100 | 110010 | 1111 | 100100 | 111010 | 1000000 |
Color Harmonies of #D8AC6C
Complementary color
Monochromatic Colors of #D8AC6C
Black with #D8AC6C
Text Example
Text Example
White with #D8AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC6C; }
p { color: rgb(216,172,108); }
H1.HeaderClassName
{
color: #D8AC6C;
}
.AnyTagClassName
{
color: #D8AC6C;
}
</style>
background-color css
<style>
a { background-color: #D8AC6C; }
a { background-color: rgb(216,172,108); }
div.DivClassName
{
background-color: #D8AC6C;
}
.BgClassName
{
background-color: #D8AC6C;
}
</style>
border-color css
<style>
span { border-color: #D8AC6C; }
span { border-color: rgb(216,172,108); }
td.TdClassName
{
border-color: #D8AC6C;
}
.TagClassName
{
border-color: #D8AC6C;
}
</style>