Shades of Putty #D7B376
Tints of Putty #D7B376
RGB
CMYK
RGB Variations
Color information
#D7B376 (or 0xD7B376) is known color: Putty. HEX triplet: D7, B3 and 76. RGB value is (215,179,118). Sum of RGB (Red+Green+Blue) = 215+179+118=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B376 is #284C89. Grayscale: #B7B7B7. Windows color (decimal): -2641034 or 7779287. OLE color: 7779287.
HSL color Cylindrical-coordinate representation of color #D7B376: hue angle of 37.73º 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 #D7B376 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 118 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.16 |
| HSL | 37.73º | 0.55% | 0.65% | - |
| HSV(B) | 37.73º | 0.45% | 0.84% | - |
| XYZ | 47.41 | 48 | 23.9 | - |
| YUV | 182.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 118 | 0 | 0.17 | 0.45 | 0.16 | 37.73 | 0.55 | 0.65 |
| Hex | D7 | B3 | 76 | 0 | 11 | 2D | 10 | 26 | 37 | 41 |
| Octal | 327 | 263 | 166 | 0 | 21 | 55 | 20 | 46 | 67 | 101 |
| Binary | 11010111 | 10110011 | 1110110 | 0 | 10001 | 101101 | 10000 | 100110 | 110111 | 1000001 |
Color Harmonies of #D7B376
Complementary color
Monochromatic Colors of #D7B376
Black with #D7B376
Text Example
Text Example
White with #D7B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B376; }
p { color: rgb(215,179,118); }
H1.HeaderClassName
{
color: #D7B376;
}
.AnyTagClassName
{
color: #D7B376;
}
</style>
background-color css
<style>
a { background-color: #D7B376; }
a { background-color: rgb(215,179,118); }
div.DivClassName
{
background-color: #D7B376;
}
.BgClassName
{
background-color: #D7B376;
}
</style>
border-color css
<style>
span { border-color: #D7B376; }
span { border-color: rgb(215,179,118); }
td.TdClassName
{
border-color: #D7B376;
}
.TagClassName
{
border-color: #D7B376;
}
</style>