Shades of Putty #D8AC70
Tints of Putty #D8AC70
RGB
CMYK
RGB Variations
Color information
#D8AC70 (or 0xD8AC70) is known color: Putty. HEX triplet: D8, AC and 70. RGB value is (216,172,112). Sum of RGB (Red+Green+Blue) = 216+172+112=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC70 is #27538F. Grayscale: #B2B2B2. Windows color (decimal): -2577296 or 7384280. OLE color: 7384280.
HSL color Cylindrical-coordinate representation of color #D8AC70: hue angle of 34.62º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8AC70 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 112 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.15 |
| HSL | 34.62º | 0.57% | 0.64% | - |
| HSV(B) | 34.62º | 0.48% | 0.85% | - |
| XYZ | 46 | 45.27 | 21.64 | - |
| YUV | 178.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 112 | 0 | 0.20 | 0.48 | 0.15 | 34.62 | 0.57 | 0.64 |
| Hex | D8 | AC | 70 | 0 | 14 | 30 | F | 23 | 39 | 40 |
| Octal | 330 | 254 | 160 | 0 | 24 | 60 | 17 | 43 | 71 | 100 |
| Binary | 11011000 | 10101100 | 1110000 | 0 | 10100 | 110000 | 1111 | 100011 | 111001 | 1000000 |
Color Harmonies of #D8AC70
Complementary color
Monochromatic Colors of #D8AC70
Black with #D8AC70
Text Example
Text Example
White with #D8AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC70; }
p { color: rgb(216,172,112); }
H1.HeaderClassName
{
color: #D8AC70;
}
.AnyTagClassName
{
color: #D8AC70;
}
</style>
background-color css
<style>
a { background-color: #D8AC70; }
a { background-color: rgb(216,172,112); }
div.DivClassName
{
background-color: #D8AC70;
}
.BgClassName
{
background-color: #D8AC70;
}
</style>
border-color css
<style>
span { border-color: #D8AC70; }
span { border-color: rgb(216,172,112); }
td.TdClassName
{
border-color: #D8AC70;
}
.TagClassName
{
border-color: #D8AC70;
}
</style>