Shades of Putty #D2B577
Tints of Putty #D2B577
RGB
CMYK
RGB Variations
Color information
#D2B577 (or 0xD2B577) is known color: Putty. HEX triplet: D2, B5 and 77. RGB value is (210,181,119). Sum of RGB (Red+Green+Blue) = 210+181+119=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B577 is #2D4A88. Grayscale: #B6B6B6. Windows color (decimal): -2968201 or 7845330. OLE color: 7845330.
HSL color Cylindrical-coordinate representation of color #D2B577: hue angle of 40.88º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2B577 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 119 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.18 |
| HSL | 40.88º | 0.5% | 0.65% | - |
| HSV(B) | 40.88º | 0.43% | 0.82% | - |
| XYZ | 46.43 | 48.08 | 24.29 | - |
| YUV | 182.6 | 92.11 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 119 | 0 | 0.14 | 0.43 | 0.18 | 40.88 | 0.5 | 0.65 |
| Hex | D2 | B5 | 77 | 0 | E | 2B | 12 | 29 | 32 | 41 |
| Octal | 322 | 265 | 167 | 0 | 16 | 53 | 22 | 51 | 62 | 101 |
| Binary | 11010010 | 10110101 | 1110111 | 0 | 1110 | 101011 | 10010 | 101001 | 110010 | 1000001 |
Color Harmonies of #D2B577
Complementary color
Monochromatic Colors of #D2B577
Black with #D2B577
Text Example
Text Example
White with #D2B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B577; }
p { color: rgb(210,181,119); }
H1.HeaderClassName
{
color: #D2B577;
}
.AnyTagClassName
{
color: #D2B577;
}
</style>
background-color css
<style>
a { background-color: #D2B577; }
a { background-color: rgb(210,181,119); }
div.DivClassName
{
background-color: #D2B577;
}
.BgClassName
{
background-color: #D2B577;
}
</style>
border-color css
<style>
span { border-color: #D2B577; }
span { border-color: rgb(210,181,119); }
td.TdClassName
{
border-color: #D2B577;
}
.TagClassName
{
border-color: #D2B577;
}
</style>