Shades of Putty #D3A571
Tints of Putty #D3A571
RGB
CMYK
RGB Variations
Color information
#D3A571 (or 0xD3A571) is known color: Putty. HEX triplet: D3, A5 and 71. RGB value is (211,165,113). Sum of RGB (Red+Green+Blue) = 211+165+113=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A571 is #2C5A8E. Grayscale: #ADADAD. Windows color (decimal): -2906767 or 7448019. OLE color: 7448019.
HSL color Cylindrical-coordinate representation of color #D3A571: hue angle of 31.84º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3A571 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 165 | 113 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.17 |
| HSL | 31.84º | 0.53% | 0.64% | - |
| HSV(B) | 31.84º | 0.46% | 0.83% | - |
| XYZ | 43.3 | 41.95 | 21.44 | - |
| YUV | 172.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 165 | 113 | 0 | 0.22 | 0.46 | 0.17 | 31.84 | 0.53 | 0.64 |
| Hex | D3 | A5 | 71 | 0 | 16 | 2E | 11 | 20 | 35 | 40 |
| Octal | 323 | 245 | 161 | 0 | 26 | 56 | 21 | 40 | 65 | 100 |
| Binary | 11010011 | 10100101 | 1110001 | 0 | 10110 | 101110 | 10001 | 100000 | 110101 | 1000000 |
Color Harmonies of #D3A571
Complementary color
Monochromatic Colors of #D3A571
Black with #D3A571
Text Example
Text Example
White with #D3A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A571; }
p { color: rgb(211,165,113); }
H1.HeaderClassName
{
color: #D3A571;
}
.AnyTagClassName
{
color: #D3A571;
}
</style>
background-color css
<style>
a { background-color: #D3A571; }
a { background-color: rgb(211,165,113); }
div.DivClassName
{
background-color: #D3A571;
}
.BgClassName
{
background-color: #D3A571;
}
</style>
border-color css
<style>
span { border-color: #D3A571; }
span { border-color: rgb(211,165,113); }
td.TdClassName
{
border-color: #D3A571;
}
.TagClassName
{
border-color: #D3A571;
}
</style>