Shades of Putty #D7B56D
Tints of Putty #D7B56D
RGB
CMYK
RGB Variations
Color information
#D7B56D (or 0xD7B56D) is known color: Putty. HEX triplet: D7, B5 and 6D. RGB value is (215,181,109). Sum of RGB (Red+Green+Blue) = 215+181+109=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B56D is #284A92. Grayscale: #B7B7B7. Windows color (decimal): -2640531 or 7189975. OLE color: 7189975.
HSL color Cylindrical-coordinate representation of color #D7B56D: hue angle of 40.75º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7B56D is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 109 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.16 |
| HSL | 40.75º | 0.57% | 0.64% | - |
| HSV(B) | 40.75º | 0.49% | 0.84% | - |
| XYZ | 47.31 | 48.6 | 21.36 | - |
| YUV | 182.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 109 | 0 | 0.16 | 0.49 | 0.16 | 40.75 | 0.57 | 0.64 |
| Hex | D7 | B5 | 6D | 0 | 10 | 31 | 10 | 29 | 39 | 40 |
| Octal | 327 | 265 | 155 | 0 | 20 | 61 | 20 | 51 | 71 | 100 |
| Binary | 11010111 | 10110101 | 1101101 | 0 | 10000 | 110001 | 10000 | 101001 | 111001 | 1000000 |
Color Harmonies of #D7B56D
Complementary color
Monochromatic Colors of #D7B56D
Black with #D7B56D
Text Example
Text Example
White with #D7B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B56D; }
p { color: rgb(215,181,109); }
H1.HeaderClassName
{
color: #D7B56D;
}
.AnyTagClassName
{
color: #D7B56D;
}
</style>
background-color css
<style>
a { background-color: #D7B56D; }
a { background-color: rgb(215,181,109); }
div.DivClassName
{
background-color: #D7B56D;
}
.BgClassName
{
background-color: #D7B56D;
}
</style>
border-color css
<style>
span { border-color: #D7B56D; }
span { border-color: rgb(215,181,109); }
td.TdClassName
{
border-color: #D7B56D;
}
.TagClassName
{
border-color: #D7B56D;
}
</style>