Shades of Putty #D5B871
Tints of Putty #D5B871
RGB
CMYK
RGB Variations
Color information
#D5B871 (or 0xD5B871) is known color: Putty. HEX triplet: D5, B8 and 71. RGB value is (213,184,113). Sum of RGB (Red+Green+Blue) = 213+184+113=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B871 is #2A478E. Grayscale: #B8B8B8. Windows color (decimal): -2770831 or 7452885. OLE color: 7452885.
HSL color Cylindrical-coordinate representation of color #D5B871: hue angle of 42.6º 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 #D5B871 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 113 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.16 |
| HSL | 42.6º | 0.54% | 0.64% | - |
| HSV(B) | 42.6º | 0.47% | 0.84% | - |
| XYZ | 47.56 | 49.62 | 22.69 | - |
| YUV | 184.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 113 | 0 | 0.14 | 0.47 | 0.16 | 42.6 | 0.54 | 0.64 |
| Hex | D5 | B8 | 71 | 0 | E | 2F | 10 | 2B | 36 | 40 |
| Octal | 325 | 270 | 161 | 0 | 16 | 57 | 20 | 53 | 66 | 100 |
| Binary | 11010101 | 10111000 | 1110001 | 0 | 1110 | 101111 | 10000 | 101011 | 110110 | 1000000 |
Color Harmonies of #D5B871
Complementary color
Monochromatic Colors of #D5B871
Black with #D5B871
Text Example
Text Example
White with #D5B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B871; }
p { color: rgb(213,184,113); }
H1.HeaderClassName
{
color: #D5B871;
}
.AnyTagClassName
{
color: #D5B871;
}
</style>
background-color css
<style>
a { background-color: #D5B871; }
a { background-color: rgb(213,184,113); }
div.DivClassName
{
background-color: #D5B871;
}
.BgClassName
{
background-color: #D5B871;
}
</style>
border-color css
<style>
span { border-color: #D5B871; }
span { border-color: rgb(213,184,113); }
td.TdClassName
{
border-color: #D5B871;
}
.TagClassName
{
border-color: #D5B871;
}
</style>