Shades of Putty #D5A871
Tints of Putty #D5A871
RGB
CMYK
RGB Variations
Color information
#D5A871 (or 0xD5A871) is known color: Putty. HEX triplet: D5, A8 and 71. RGB value is (213,168,113). Sum of RGB (Red+Green+Blue) = 213+168+113=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A871 is #2A578E. Grayscale: #AFAFAF. Windows color (decimal): -2774927 or 7448789. OLE color: 7448789.
HSL color Cylindrical-coordinate representation of color #D5A871: hue angle of 33º 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 #D5A871 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 113 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.16 |
| HSL | 33º | 0.54% | 0.64% | - |
| HSV(B) | 33º | 0.47% | 0.84% | - |
| XYZ | 44.42 | 43.34 | 21.65 | - |
| YUV | 175.19 | 92.91 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 113 | 0 | 0.21 | 0.47 | 0.16 | 33 | 0.54 | 0.64 |
| Hex | D5 | A8 | 71 | 0 | 15 | 2F | 10 | 21 | 36 | 40 |
| Octal | 325 | 250 | 161 | 0 | 25 | 57 | 20 | 41 | 66 | 100 |
| Binary | 11010101 | 10101000 | 1110001 | 0 | 10101 | 101111 | 10000 | 100001 | 110110 | 1000000 |
Color Harmonies of #D5A871
Complementary color
Monochromatic Colors of #D5A871
Black with #D5A871
Text Example
Text Example
White with #D5A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A871; }
p { color: rgb(213,168,113); }
H1.HeaderClassName
{
color: #D5A871;
}
.AnyTagClassName
{
color: #D5A871;
}
</style>
background-color css
<style>
a { background-color: #D5A871; }
a { background-color: rgb(213,168,113); }
div.DivClassName
{
background-color: #D5A871;
}
.BgClassName
{
background-color: #D5A871;
}
</style>
border-color css
<style>
span { border-color: #D5A871; }
span { border-color: rgb(213,168,113); }
td.TdClassName
{
border-color: #D5A871;
}
.TagClassName
{
border-color: #D5A871;
}
</style>