Shades of Putty #D8AC6E
Tints of Putty #D8AC6E
RGB
CMYK
RGB Variations
Color information
#D8AC6E (or 0xD8AC6E) is known color: Putty. HEX triplet: D8, AC and 6E. RGB value is (216,172,110). Sum of RGB (Red+Green+Blue) = 216+172+110=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC6E is #275391. Grayscale: #B2B2B2. Windows color (decimal): -2577298 or 7253208. OLE color: 7253208.
HSL color Cylindrical-coordinate representation of color #D8AC6E: hue angle of 35.09º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8AC6E is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 110 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.15 |
| HSL | 35.09º | 0.58% | 0.64% | - |
| HSV(B) | 35.09º | 0.49% | 0.85% | - |
| XYZ | 45.89 | 45.23 | 21.06 | - |
| YUV | 178.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 110 | 0 | 0.20 | 0.49 | 0.15 | 35.09 | 0.58 | 0.64 |
| Hex | D8 | AC | 6E | 0 | 14 | 31 | F | 23 | 3A | 40 |
| Octal | 330 | 254 | 156 | 0 | 24 | 61 | 17 | 43 | 72 | 100 |
| Binary | 11011000 | 10101100 | 1101110 | 0 | 10100 | 110001 | 1111 | 100011 | 111010 | 1000000 |
Color Harmonies of #D8AC6E
Complementary color
Monochromatic Colors of #D8AC6E
Black with #D8AC6E
Text Example
Text Example
White with #D8AC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC6E; }
p { color: rgb(216,172,110); }
H1.HeaderClassName
{
color: #D8AC6E;
}
.AnyTagClassName
{
color: #D8AC6E;
}
</style>
background-color css
<style>
a { background-color: #D8AC6E; }
a { background-color: rgb(216,172,110); }
div.DivClassName
{
background-color: #D8AC6E;
}
.BgClassName
{
background-color: #D8AC6E;
}
</style>
border-color css
<style>
span { border-color: #D8AC6E; }
span { border-color: rgb(216,172,110); }
td.TdClassName
{
border-color: #D8AC6E;
}
.TagClassName
{
border-color: #D8AC6E;
}
</style>