Shades of Putty #D4AA76
Tints of Putty #D4AA76
RGB
CMYK
RGB Variations
Color information
#D4AA76 (or 0xD4AA76) is known color: Putty. HEX triplet: D4, AA and 76. RGB value is (212,170,118). Sum of RGB (Red+Green+Blue) = 212+170+118=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AA76 is #2B5589. Grayscale: #B0B0B0. Windows color (decimal): -2839946 or 7776980. OLE color: 7776980.
HSL color Cylindrical-coordinate representation of color #D4AA76: hue angle of 33.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 #D4AA76 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 118 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.17 |
| HSL | 33.19º | 0.52% | 0.65% | - |
| HSV(B) | 33.19º | 0.44% | 0.83% | - |
| XYZ | 44.8 | 44.05 | 23.28 | - |
| YUV | 176.63 | 94.91 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 118 | 0 | 0.20 | 0.44 | 0.17 | 33.19 | 0.52 | 0.65 |
| Hex | D4 | AA | 76 | 0 | 14 | 2C | 11 | 21 | 34 | 41 |
| Octal | 324 | 252 | 166 | 0 | 24 | 54 | 21 | 41 | 64 | 101 |
| Binary | 11010100 | 10101010 | 1110110 | 0 | 10100 | 101100 | 10001 | 100001 | 110100 | 1000001 |
Color Harmonies of #D4AA76
Complementary color
Monochromatic Colors of #D4AA76
Black with #D4AA76
Text Example
Text Example
White with #D4AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA76; }
p { color: rgb(212,170,118); }
H1.HeaderClassName
{
color: #D4AA76;
}
.AnyTagClassName
{
color: #D4AA76;
}
</style>
background-color css
<style>
a { background-color: #D4AA76; }
a { background-color: rgb(212,170,118); }
div.DivClassName
{
background-color: #D4AA76;
}
.BgClassName
{
background-color: #D4AA76;
}
</style>
border-color css
<style>
span { border-color: #D4AA76; }
span { border-color: rgb(212,170,118); }
td.TdClassName
{
border-color: #D4AA76;
}
.TagClassName
{
border-color: #D4AA76;
}
</style>