Shades of Putty #D1A471
Tints of Putty #D1A471
RGB
CMYK
RGB Variations
Color information
#D1A471 (or 0xD1A471) is known color: Putty. HEX triplet: D1, A4 and 71. RGB value is (209,164,113). Sum of RGB (Red+Green+Blue) = 209+164+113=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A471 is #2E5B8E. Grayscale: #ABABAB. Windows color (decimal): -3038095 or 7447761. OLE color: 7447761.
HSL color Cylindrical-coordinate representation of color #D1A471: hue angle of 31.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 #D1A471 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 113 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.18 |
| HSL | 31.88º | 0.51% | 0.63% | - |
| HSV(B) | 31.88º | 0.46% | 0.82% | - |
| XYZ | 42.55 | 41.3 | 21.35 | - |
| YUV | 171.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 113 | 0 | 0.22 | 0.46 | 0.18 | 31.88 | 0.51 | 0.63 |
| Hex | D1 | A4 | 71 | 0 | 16 | 2E | 12 | 20 | 33 | 3F |
| Octal | 321 | 244 | 161 | 0 | 26 | 56 | 22 | 40 | 63 | 77 |
| Binary | 11010001 | 10100100 | 1110001 | 0 | 10110 | 101110 | 10010 | 100000 | 110011 | 111111 |
Color Harmonies of #D1A471
Complementary color
Monochromatic Colors of #D1A471
Black with #D1A471
Text Example
Text Example
White with #D1A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A471; }
p { color: rgb(209,164,113); }
H1.HeaderClassName
{
color: #D1A471;
}
.AnyTagClassName
{
color: #D1A471;
}
</style>
background-color css
<style>
a { background-color: #D1A471; }
a { background-color: rgb(209,164,113); }
div.DivClassName
{
background-color: #D1A471;
}
.BgClassName
{
background-color: #D1A471;
}
</style>
border-color css
<style>
span { border-color: #D1A471; }
span { border-color: rgb(209,164,113); }
td.TdClassName
{
border-color: #D1A471;
}
.TagClassName
{
border-color: #D1A471;
}
</style>