Shades of Putty #D7B375
Tints of Putty #D7B375
RGB
CMYK
RGB Variations
Color information
#D7B375 (or 0xD7B375) is known color: Putty. HEX triplet: D7, B3 and 75. RGB value is (215,179,117). Sum of RGB (Red+Green+Blue) = 215+179+117=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B375 is #284C8A. Grayscale: #B6B6B6. Windows color (decimal): -2641035 or 7713751. OLE color: 7713751.
HSL color Cylindrical-coordinate representation of color #D7B375: hue angle of 37.96º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7B375 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 117 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.16 |
| HSL | 37.96º | 0.55% | 0.65% | - |
| HSV(B) | 37.96º | 0.46% | 0.84% | - |
| XYZ | 47.36 | 47.97 | 23.59 | - |
| YUV | 182.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 117 | 0 | 0.17 | 0.46 | 0.16 | 37.96 | 0.55 | 0.65 |
| Hex | D7 | B3 | 75 | 0 | 11 | 2E | 10 | 26 | 37 | 41 |
| Octal | 327 | 263 | 165 | 0 | 21 | 56 | 20 | 46 | 67 | 101 |
| Binary | 11010111 | 10110011 | 1110101 | 0 | 10001 | 101110 | 10000 | 100110 | 110111 | 1000001 |
Color Harmonies of #D7B375
Complementary color
Monochromatic Colors of #D7B375
Black with #D7B375
Text Example
Text Example
White with #D7B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B375; }
p { color: rgb(215,179,117); }
H1.HeaderClassName
{
color: #D7B375;
}
.AnyTagClassName
{
color: #D7B375;
}
</style>
background-color css
<style>
a { background-color: #D7B375; }
a { background-color: rgb(215,179,117); }
div.DivClassName
{
background-color: #D7B375;
}
.BgClassName
{
background-color: #D7B375;
}
</style>
border-color css
<style>
span { border-color: #D7B375; }
span { border-color: rgb(215,179,117); }
td.TdClassName
{
border-color: #D7B375;
}
.TagClassName
{
border-color: #D7B375;
}
</style>