Shades of Putty #D1AA76
Tints of Putty #D1AA76
RGB
CMYK
RGB Variations
Color information
#D1AA76 (or 0xD1AA76) is known color: Putty. HEX triplet: D1, AA and 76. RGB value is (209,170,118). Sum of RGB (Red+Green+Blue) = 209+170+118=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AA76 is #2E5589. Grayscale: #AFAFAF. Windows color (decimal): -3036554 or 7776977. OLE color: 7776977.
HSL color Cylindrical-coordinate representation of color #D1AA76: hue angle of 34.29º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1AA76 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 118 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.18 |
| HSL | 34.29º | 0.5% | 0.64% | - |
| HSV(B) | 34.29º | 0.44% | 0.82% | - |
| XYZ | 43.94 | 43.61 | 23.24 | - |
| YUV | 175.73 | 95.42 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 118 | 0 | 0.19 | 0.44 | 0.18 | 34.29 | 0.5 | 0.64 |
| Hex | D1 | AA | 76 | 0 | 13 | 2C | 12 | 22 | 32 | 40 |
| Octal | 321 | 252 | 166 | 0 | 23 | 54 | 22 | 42 | 62 | 100 |
| Binary | 11010001 | 10101010 | 1110110 | 0 | 10011 | 101100 | 10010 | 100010 | 110010 | 1000000 |
Color Harmonies of #D1AA76
Complementary color
Monochromatic Colors of #D1AA76
Black with #D1AA76
Text Example
Text Example
White with #D1AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA76; }
p { color: rgb(209,170,118); }
H1.HeaderClassName
{
color: #D1AA76;
}
.AnyTagClassName
{
color: #D1AA76;
}
</style>
background-color css
<style>
a { background-color: #D1AA76; }
a { background-color: rgb(209,170,118); }
div.DivClassName
{
background-color: #D1AA76;
}
.BgClassName
{
background-color: #D1AA76;
}
</style>
border-color css
<style>
span { border-color: #D1AA76; }
span { border-color: rgb(209,170,118); }
td.TdClassName
{
border-color: #D1AA76;
}
.TagClassName
{
border-color: #D1AA76;
}
</style>