Shades of Putty #D5B577
Tints of Putty #D5B577
RGB
CMYK
RGB Variations
Color information
#D5B577 (or 0xD5B577) is known color: Putty. HEX triplet: D5, B5 and 77. RGB value is (213,181,119). Sum of RGB (Red+Green+Blue) = 213+181+119=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B577 is #2A4A88. Grayscale: #B7B7B7. Windows color (decimal): -2771593 or 7845333. OLE color: 7845333.
HSL color Cylindrical-coordinate representation of color #D5B577: hue angle of 39.57º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5B577 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 181 | 119 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.16 |
| HSL | 39.57º | 0.53% | 0.65% | - |
| HSV(B) | 39.57º | 0.44% | 0.84% | - |
| XYZ | 47.29 | 48.53 | 24.33 | - |
| YUV | 183.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 181 | 119 | 0 | 0.15 | 0.44 | 0.16 | 39.57 | 0.53 | 0.65 |
| Hex | D5 | B5 | 77 | 0 | F | 2C | 10 | 28 | 35 | 41 |
| Octal | 325 | 265 | 167 | 0 | 17 | 54 | 20 | 50 | 65 | 101 |
| Binary | 11010101 | 10110101 | 1110111 | 0 | 1111 | 101100 | 10000 | 101000 | 110101 | 1000001 |
Color Harmonies of #D5B577
Complementary color
Monochromatic Colors of #D5B577
Black with #D5B577
Text Example
Text Example
White with #D5B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B577; }
p { color: rgb(213,181,119); }
H1.HeaderClassName
{
color: #D5B577;
}
.AnyTagClassName
{
color: #D5B577;
}
</style>
background-color css
<style>
a { background-color: #D5B577; }
a { background-color: rgb(213,181,119); }
div.DivClassName
{
background-color: #D5B577;
}
.BgClassName
{
background-color: #D5B577;
}
</style>
border-color css
<style>
span { border-color: #D5B577; }
span { border-color: rgb(213,181,119); }
td.TdClassName
{
border-color: #D5B577;
}
.TagClassName
{
border-color: #D5B577;
}
</style>