Shades of Putty #D1AC71
Tints of Putty #D1AC71
RGB
CMYK
RGB Variations
Color information
#D1AC71 (or 0xD1AC71) is known color: Putty. HEX triplet: D1, AC and 71. RGB value is (209,172,113). Sum of RGB (Red+Green+Blue) = 209+172+113=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC71 is #2E538E. Grayscale: #B0B0B0. Windows color (decimal): -3036047 or 7449809. OLE color: 7449809.
HSL color Cylindrical-coordinate representation of color #D1AC71: hue angle of 36.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1AC71 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 113 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.18 |
| HSL | 36.88º | 0.51% | 0.63% | - |
| HSV(B) | 36.88º | 0.46% | 0.82% | - |
| XYZ | 44.03 | 44.25 | 21.84 | - |
| YUV | 176.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 113 | 0 | 0.18 | 0.46 | 0.18 | 36.88 | 0.51 | 0.63 |
| Hex | D1 | AC | 71 | 0 | 12 | 2E | 12 | 25 | 33 | 3F |
| Octal | 321 | 254 | 161 | 0 | 22 | 56 | 22 | 45 | 63 | 77 |
| Binary | 11010001 | 10101100 | 1110001 | 0 | 10010 | 101110 | 10010 | 100101 | 110011 | 111111 |
Color Harmonies of #D1AC71
Complementary color
Monochromatic Colors of #D1AC71
Black with #D1AC71
Text Example
Text Example
White with #D1AC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC71; }
p { color: rgb(209,172,113); }
H1.HeaderClassName
{
color: #D1AC71;
}
.AnyTagClassName
{
color: #D1AC71;
}
</style>
background-color css
<style>
a { background-color: #D1AC71; }
a { background-color: rgb(209,172,113); }
div.DivClassName
{
background-color: #D1AC71;
}
.BgClassName
{
background-color: #D1AC71;
}
</style>
border-color css
<style>
span { border-color: #D1AC71; }
span { border-color: rgb(209,172,113); }
td.TdClassName
{
border-color: #D1AC71;
}
.TagClassName
{
border-color: #D1AC71;
}
</style>