Shades of Putty #D7B170
Tints of Putty #D7B170
RGB
CMYK
RGB Variations
Color information
#D7B170 (or 0xD7B170) is known color: Putty. HEX triplet: D7, B1 and 70. RGB value is (215,177,112). Sum of RGB (Red+Green+Blue) = 215+177+112=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B170 is #284E8F. Grayscale: #B5B5B5. Windows color (decimal): -2641552 or 7385559. OLE color: 7385559.
HSL color Cylindrical-coordinate representation of color #D7B170: hue angle of 37.86º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7B170 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 112 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.16 |
| HSL | 37.86º | 0.56% | 0.64% | - |
| HSV(B) | 37.86º | 0.48% | 0.84% | - |
| XYZ | 46.67 | 47.06 | 21.95 | - |
| YUV | 180.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 112 | 0 | 0.18 | 0.48 | 0.16 | 37.86 | 0.56 | 0.64 |
| Hex | D7 | B1 | 70 | 0 | 12 | 30 | 10 | 26 | 38 | 40 |
| Octal | 327 | 261 | 160 | 0 | 22 | 60 | 20 | 46 | 70 | 100 |
| Binary | 11010111 | 10110001 | 1110000 | 0 | 10010 | 110000 | 10000 | 100110 | 111000 | 1000000 |
Color Harmonies of #D7B170
Complementary color
Monochromatic Colors of #D7B170
Black with #D7B170
Text Example
Text Example
White with #D7B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B170; }
p { color: rgb(215,177,112); }
H1.HeaderClassName
{
color: #D7B170;
}
.AnyTagClassName
{
color: #D7B170;
}
</style>
background-color css
<style>
a { background-color: #D7B170; }
a { background-color: rgb(215,177,112); }
div.DivClassName
{
background-color: #D7B170;
}
.BgClassName
{
background-color: #D7B170;
}
</style>
border-color css
<style>
span { border-color: #D7B170; }
span { border-color: rgb(215,177,112); }
td.TdClassName
{
border-color: #D7B170;
}
.TagClassName
{
border-color: #D7B170;
}
</style>