Shades of Putty #D4AB76
Tints of Putty #D4AB76
RGB
CMYK
RGB Variations
Color information
#D4AB76 (or 0xD4AB76) is known color: Putty. HEX triplet: D4, AB and 76. RGB value is (212,171,118). Sum of RGB (Red+Green+Blue) = 212+171+118=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB76 is #2B5489. Grayscale: #B1B1B1. Windows color (decimal): -2839690 or 7777236. OLE color: 7777236.
HSL color Cylindrical-coordinate representation of color #D4AB76: hue angle of 33.83º 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 #D4AB76 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 118 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.17 |
| HSL | 33.83º | 0.52% | 0.65% | - |
| HSV(B) | 33.83º | 0.44% | 0.83% | - |
| XYZ | 44.98 | 44.43 | 23.34 | - |
| YUV | 177.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 118 | 0 | 0.19 | 0.44 | 0.17 | 33.83 | 0.52 | 0.65 |
| Hex | D4 | AB | 76 | 0 | 13 | 2C | 11 | 22 | 34 | 41 |
| Octal | 324 | 253 | 166 | 0 | 23 | 54 | 21 | 42 | 64 | 101 |
| Binary | 11010100 | 10101011 | 1110110 | 0 | 10011 | 101100 | 10001 | 100010 | 110100 | 1000001 |
Color Harmonies of #D4AB76
Complementary color
Monochromatic Colors of #D4AB76
Black with #D4AB76
Text Example
Text Example
White with #D4AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB76; }
p { color: rgb(212,171,118); }
H1.HeaderClassName
{
color: #D4AB76;
}
.AnyTagClassName
{
color: #D4AB76;
}
</style>
background-color css
<style>
a { background-color: #D4AB76; }
a { background-color: rgb(212,171,118); }
div.DivClassName
{
background-color: #D4AB76;
}
.BgClassName
{
background-color: #D4AB76;
}
</style>
border-color css
<style>
span { border-color: #D4AB76; }
span { border-color: rgb(212,171,118); }
td.TdClassName
{
border-color: #D4AB76;
}
.TagClassName
{
border-color: #D4AB76;
}
</style>