Shades of Putty #D4AC77
Tints of Putty #D4AC77
RGB
CMYK
RGB Variations
Color information
#D4AC77 (or 0xD4AC77) is known color: Putty. HEX triplet: D4, AC and 77. RGB value is (212,172,119). Sum of RGB (Red+Green+Blue) = 212+172+119=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC77 is #2B5388. Grayscale: #B2B2B2. Windows color (decimal): -2839433 or 7843028. OLE color: 7843028.
HSL color Cylindrical-coordinate representation of color #D4AC77: hue angle of 34.19º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4AC77 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 119 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.17 |
| HSL | 34.19º | 0.52% | 0.65% | - |
| HSV(B) | 34.19º | 0.44% | 0.83% | - |
| XYZ | 45.23 | 44.83 | 23.72 | - |
| YUV | 177.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 119 | 0 | 0.19 | 0.44 | 0.17 | 34.19 | 0.52 | 0.65 |
| Hex | D4 | AC | 77 | 0 | 13 | 2C | 11 | 22 | 34 | 41 |
| Octal | 324 | 254 | 167 | 0 | 23 | 54 | 21 | 42 | 64 | 101 |
| Binary | 11010100 | 10101100 | 1110111 | 0 | 10011 | 101100 | 10001 | 100010 | 110100 | 1000001 |
Color Harmonies of #D4AC77
Complementary color
Monochromatic Colors of #D4AC77
Black with #D4AC77
Text Example
Text Example
White with #D4AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC77; }
p { color: rgb(212,172,119); }
H1.HeaderClassName
{
color: #D4AC77;
}
.AnyTagClassName
{
color: #D4AC77;
}
</style>
background-color css
<style>
a { background-color: #D4AC77; }
a { background-color: rgb(212,172,119); }
div.DivClassName
{
background-color: #D4AC77;
}
.BgClassName
{
background-color: #D4AC77;
}
</style>
border-color css
<style>
span { border-color: #D4AC77; }
span { border-color: rgb(212,172,119); }
td.TdClassName
{
border-color: #D4AC77;
}
.TagClassName
{
border-color: #D4AC77;
}
</style>