Shades of Putty #D5AB71
Tints of Putty #D5AB71
RGB
CMYK
RGB Variations
Color information
#D5AB71 (or 0xD5AB71) is known color: Putty. HEX triplet: D5, AB and 71. RGB value is (213,171,113). Sum of RGB (Red+Green+Blue) = 213+171+113=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB71 is #2A548E. Grayscale: #B1B1B1. Windows color (decimal): -2774159 or 7449557. OLE color: 7449557.
HSL color Cylindrical-coordinate representation of color #D5AB71: hue angle of 34.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5AB71 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 113 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.16 |
| HSL | 34.8º | 0.54% | 0.64% | - |
| HSV(B) | 34.8º | 0.47% | 0.84% | - |
| XYZ | 44.98 | 44.46 | 21.83 | - |
| YUV | 176.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 113 | 0 | 0.20 | 0.47 | 0.16 | 34.8 | 0.54 | 0.64 |
| Hex | D5 | AB | 71 | 0 | 14 | 2F | 10 | 23 | 36 | 40 |
| Octal | 325 | 253 | 161 | 0 | 24 | 57 | 20 | 43 | 66 | 100 |
| Binary | 11010101 | 10101011 | 1110001 | 0 | 10100 | 101111 | 10000 | 100011 | 110110 | 1000000 |
Color Harmonies of #D5AB71
Complementary color
Monochromatic Colors of #D5AB71
Black with #D5AB71
Text Example
Text Example
White with #D5AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB71; }
p { color: rgb(213,171,113); }
H1.HeaderClassName
{
color: #D5AB71;
}
.AnyTagClassName
{
color: #D5AB71;
}
</style>
background-color css
<style>
a { background-color: #D5AB71; }
a { background-color: rgb(213,171,113); }
div.DivClassName
{
background-color: #D5AB71;
}
.BgClassName
{
background-color: #D5AB71;
}
</style>
border-color css
<style>
span { border-color: #D5AB71; }
span { border-color: rgb(213,171,113); }
td.TdClassName
{
border-color: #D5AB71;
}
.TagClassName
{
border-color: #D5AB71;
}
</style>