Shades of Putty #D7B076
Tints of Putty #D7B076
RGB
CMYK
RGB Variations
Color information
#D7B076 (or 0xD7B076) is known color: Putty. HEX triplet: D7, B0 and 76. RGB value is (215,176,118). Sum of RGB (Red+Green+Blue) = 215+176+118=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B076 is #284F89. Grayscale: #B5B5B5. Windows color (decimal): -2641802 or 7778519. OLE color: 7778519.
HSL color Cylindrical-coordinate representation of color #D7B076: hue angle of 35.88º degrees, saturation: 0.55, 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 #D7B076 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 118 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.16 |
| HSL | 35.88º | 0.55% | 0.65% | - |
| HSV(B) | 35.88º | 0.45% | 0.84% | - |
| XYZ | 46.82 | 46.81 | 23.71 | - |
| YUV | 181.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 118 | 0 | 0.18 | 0.45 | 0.16 | 35.88 | 0.55 | 0.65 |
| Hex | D7 | B0 | 76 | 0 | 12 | 2D | 10 | 24 | 37 | 41 |
| Octal | 327 | 260 | 166 | 0 | 22 | 55 | 20 | 44 | 67 | 101 |
| Binary | 11010111 | 10110000 | 1110110 | 0 | 10010 | 101101 | 10000 | 100100 | 110111 | 1000001 |
Color Harmonies of #D7B076
Complementary color
Monochromatic Colors of #D7B076
Black with #D7B076
Text Example
Text Example
White with #D7B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B076; }
p { color: rgb(215,176,118); }
H1.HeaderClassName
{
color: #D7B076;
}
.AnyTagClassName
{
color: #D7B076;
}
</style>
background-color css
<style>
a { background-color: #D7B076; }
a { background-color: rgb(215,176,118); }
div.DivClassName
{
background-color: #D7B076;
}
.BgClassName
{
background-color: #D7B076;
}
</style>
border-color css
<style>
span { border-color: #D7B076; }
span { border-color: rgb(215,176,118); }
td.TdClassName
{
border-color: #D7B076;
}
.TagClassName
{
border-color: #D7B076;
}
</style>