Shades of Putty #D7B56C
Tints of Putty #D7B56C
RGB
CMYK
RGB Variations
Color information
#D7B56C (or 0xD7B56C) is known color: Putty. HEX triplet: D7, B5 and 6C. RGB value is (215,181,108). Sum of RGB (Red+Green+Blue) = 215+181+108=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B56C is #284A93. Grayscale: #B7B7B7. Windows color (decimal): -2640532 or 7124439. OLE color: 7124439.
HSL color Cylindrical-coordinate representation of color #D7B56C: hue angle of 40.93º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7B56C is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 108 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.16 |
| HSL | 40.93º | 0.57% | 0.63% | - |
| HSV(B) | 40.93º | 0.5% | 0.84% | - |
| XYZ | 47.25 | 48.58 | 21.07 | - |
| YUV | 182.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 108 | 0 | 0.16 | 0.50 | 0.16 | 40.93 | 0.57 | 0.63 |
| Hex | D7 | B5 | 6C | 0 | 10 | 32 | 10 | 29 | 39 | 3F |
| Octal | 327 | 265 | 154 | 0 | 20 | 62 | 20 | 51 | 71 | 77 |
| Binary | 11010111 | 10110101 | 1101100 | 0 | 10000 | 110010 | 10000 | 101001 | 111001 | 111111 |
Color Harmonies of #D7B56C
Complementary color
Monochromatic Colors of #D7B56C
Black with #D7B56C
Text Example
Text Example
White with #D7B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B56C; }
p { color: rgb(215,181,108); }
H1.HeaderClassName
{
color: #D7B56C;
}
.AnyTagClassName
{
color: #D7B56C;
}
</style>
background-color css
<style>
a { background-color: #D7B56C; }
a { background-color: rgb(215,181,108); }
div.DivClassName
{
background-color: #D7B56C;
}
.BgClassName
{
background-color: #D7B56C;
}
</style>
border-color css
<style>
span { border-color: #D7B56C; }
span { border-color: rgb(215,181,108); }
td.TdClassName
{
border-color: #D7B56C;
}
.TagClassName
{
border-color: #D7B56C;
}
</style>