Shades of Putty #D5B875
Tints of Putty #D5B875
RGB
CMYK
RGB Variations
Color information
#D5B875 (or 0xD5B875) is known color: Putty. HEX triplet: D5, B8 and 75. RGB value is (213,184,117). Sum of RGB (Red+Green+Blue) = 213+184+117=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B875 is #2A478A. Grayscale: #B9B9B9. Windows color (decimal): -2770827 or 7715029. OLE color: 7715029.
HSL color Cylindrical-coordinate representation of color #D5B875: hue angle of 41.88º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5B875 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 117 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.16 |
| HSL | 41.88º | 0.53% | 0.65% | - |
| HSV(B) | 41.88º | 0.45% | 0.84% | - |
| XYZ | 47.79 | 49.71 | 23.91 | - |
| YUV | 185.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 117 | 0 | 0.14 | 0.45 | 0.16 | 41.88 | 0.53 | 0.65 |
| Hex | D5 | B8 | 75 | 0 | E | 2D | 10 | 2A | 35 | 41 |
| Octal | 325 | 270 | 165 | 0 | 16 | 55 | 20 | 52 | 65 | 101 |
| Binary | 11010101 | 10111000 | 1110101 | 0 | 1110 | 101101 | 10000 | 101010 | 110101 | 1000001 |
Color Harmonies of #D5B875
Complementary color
Monochromatic Colors of #D5B875
Black with #D5B875
Text Example
Text Example
White with #D5B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B875; }
p { color: rgb(213,184,117); }
H1.HeaderClassName
{
color: #D5B875;
}
.AnyTagClassName
{
color: #D5B875;
}
</style>
background-color css
<style>
a { background-color: #D5B875; }
a { background-color: rgb(213,184,117); }
div.DivClassName
{
background-color: #D5B875;
}
.BgClassName
{
background-color: #D5B875;
}
</style>
border-color css
<style>
span { border-color: #D5B875; }
span { border-color: rgb(213,184,117); }
td.TdClassName
{
border-color: #D5B875;
}
.TagClassName
{
border-color: #D5B875;
}
</style>