Shades of Putty #D6AC77
Tints of Putty #D6AC77
RGB
CMYK
RGB Variations
Color information
#D6AC77 (or 0xD6AC77) is known color: Putty. HEX triplet: D6, AC and 77. RGB value is (214,172,119). Sum of RGB (Red+Green+Blue) = 214+172+119=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC77 is #295388. Grayscale: #B2B2B2. Windows color (decimal): -2708361 or 7843030. OLE color: 7843030.
HSL color Cylindrical-coordinate representation of color #D6AC77: hue angle of 33.47º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6AC77 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 119 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.16 |
| HSL | 33.47º | 0.54% | 0.65% | - |
| HSV(B) | 33.47º | 0.44% | 0.84% | - |
| XYZ | 45.81 | 45.13 | 23.75 | - |
| YUV | 178.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 119 | 0 | 0.20 | 0.44 | 0.16 | 33.47 | 0.54 | 0.65 |
| Hex | D6 | AC | 77 | 0 | 14 | 2C | 10 | 21 | 36 | 41 |
| Octal | 326 | 254 | 167 | 0 | 24 | 54 | 20 | 41 | 66 | 101 |
| Binary | 11010110 | 10101100 | 1110111 | 0 | 10100 | 101100 | 10000 | 100001 | 110110 | 1000001 |
Color Harmonies of #D6AC77
Complementary color
Monochromatic Colors of #D6AC77
Black with #D6AC77
Text Example
Text Example
White with #D6AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AC77; }
p { color: rgb(214,172,119); }
H1.HeaderClassName
{
color: #D6AC77;
}
.AnyTagClassName
{
color: #D6AC77;
}
</style>
background-color css
<style>
a { background-color: #D6AC77; }
a { background-color: rgb(214,172,119); }
div.DivClassName
{
background-color: #D6AC77;
}
.BgClassName
{
background-color: #D6AC77;
}
</style>
border-color css
<style>
span { border-color: #D6AC77; }
span { border-color: rgb(214,172,119); }
td.TdClassName
{
border-color: #D6AC77;
}
.TagClassName
{
border-color: #D6AC77;
}
</style>