Shades of Putty #D4AC6E
Tints of Putty #D4AC6E
RGB
CMYK
RGB Variations
Color information
#D4AC6E (or 0xD4AC6E) is known color: Putty. HEX triplet: D4, AC and 6E. RGB value is (212,172,110). Sum of RGB (Red+Green+Blue) = 212+172+110=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC6E is #2B5391. Grayscale: #B1B1B1. Windows color (decimal): -2839442 or 7253204. OLE color: 7253204.
HSL color Cylindrical-coordinate representation of color #D4AC6E: hue angle of 36.47º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4AC6E is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 110 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.17 |
| HSL | 36.47º | 0.54% | 0.63% | - |
| HSV(B) | 36.47º | 0.48% | 0.83% | - |
| XYZ | 44.72 | 44.63 | 21.01 | - |
| YUV | 176.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 110 | 0 | 0.19 | 0.48 | 0.17 | 36.47 | 0.54 | 0.63 |
| Hex | D4 | AC | 6E | 0 | 13 | 30 | 11 | 24 | 36 | 3F |
| Octal | 324 | 254 | 156 | 0 | 23 | 60 | 21 | 44 | 66 | 77 |
| Binary | 11010100 | 10101100 | 1101110 | 0 | 10011 | 110000 | 10001 | 100100 | 110110 | 111111 |
Color Harmonies of #D4AC6E
Complementary color
Monochromatic Colors of #D4AC6E
Black with #D4AC6E
Text Example
Text Example
White with #D4AC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC6E; }
p { color: rgb(212,172,110); }
H1.HeaderClassName
{
color: #D4AC6E;
}
.AnyTagClassName
{
color: #D4AC6E;
}
</style>
background-color css
<style>
a { background-color: #D4AC6E; }
a { background-color: rgb(212,172,110); }
div.DivClassName
{
background-color: #D4AC6E;
}
.BgClassName
{
background-color: #D4AC6E;
}
</style>
border-color css
<style>
span { border-color: #D4AC6E; }
span { border-color: rgb(212,172,110); }
td.TdClassName
{
border-color: #D4AC6E;
}
.TagClassName
{
border-color: #D4AC6E;
}
</style>