Shades of Putty #D5AA76
Tints of Putty #D5AA76
RGB
CMYK
RGB Variations
Color information
#D5AA76 (or 0xD5AA76) is known color: Putty. HEX triplet: D5, AA and 76. RGB value is (213,170,118). Sum of RGB (Red+Green+Blue) = 213+170+118=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA76 is #2A5589. Grayscale: #B1B1B1. Windows color (decimal): -2774410 or 7776981. OLE color: 7776981.
HSL color Cylindrical-coordinate representation of color #D5AA76: hue angle of 32.84º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5AA76 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 118 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.16 |
| HSL | 32.84º | 0.53% | 0.65% | - |
| HSV(B) | 32.84º | 0.45% | 0.84% | - |
| XYZ | 45.09 | 44.2 | 23.3 | - |
| YUV | 176.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 118 | 0 | 0.20 | 0.45 | 0.16 | 32.84 | 0.53 | 0.65 |
| Hex | D5 | AA | 76 | 0 | 14 | 2D | 10 | 21 | 35 | 41 |
| Octal | 325 | 252 | 166 | 0 | 24 | 55 | 20 | 41 | 65 | 101 |
| Binary | 11010101 | 10101010 | 1110110 | 0 | 10100 | 101101 | 10000 | 100001 | 110101 | 1000001 |
Color Harmonies of #D5AA76
Complementary color
Monochromatic Colors of #D5AA76
Black with #D5AA76
Text Example
Text Example
White with #D5AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA76; }
p { color: rgb(213,170,118); }
H1.HeaderClassName
{
color: #D5AA76;
}
.AnyTagClassName
{
color: #D5AA76;
}
</style>
background-color css
<style>
a { background-color: #D5AA76; }
a { background-color: rgb(213,170,118); }
div.DivClassName
{
background-color: #D5AA76;
}
.BgClassName
{
background-color: #D5AA76;
}
</style>
border-color css
<style>
span { border-color: #D5AA76; }
span { border-color: rgb(213,170,118); }
td.TdClassName
{
border-color: #D5AA76;
}
.TagClassName
{
border-color: #D5AA76;
}
</style>