Shades of Putty #D1B070
Tints of Putty #D1B070
RGB
CMYK
RGB Variations
Color information
#D1B070 (or 0xD1B070) is known color: Putty. HEX triplet: D1, B0 and 70. RGB value is (209,176,112). Sum of RGB (Red+Green+Blue) = 209+176+112=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B070 is #2E4F8F. Grayscale: #B2B2B2. Windows color (decimal): -3035024 or 7385297. OLE color: 7385297.
HSL color Cylindrical-coordinate representation of color #D1B070: hue angle of 39.59º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1B070 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 112 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.18 |
| HSL | 39.59º | 0.51% | 0.63% | - |
| HSV(B) | 39.59º | 0.46% | 0.82% | - |
| XYZ | 44.74 | 45.78 | 21.81 | - |
| YUV | 178.57 | 90.43 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 112 | 0 | 0.16 | 0.46 | 0.18 | 39.59 | 0.51 | 0.63 |
| Hex | D1 | B0 | 70 | 0 | 10 | 2E | 12 | 28 | 33 | 3F |
| Octal | 321 | 260 | 160 | 0 | 20 | 56 | 22 | 50 | 63 | 77 |
| Binary | 11010001 | 10110000 | 1110000 | 0 | 10000 | 101110 | 10010 | 101000 | 110011 | 111111 |
Color Harmonies of #D1B070
Complementary color
Monochromatic Colors of #D1B070
Black with #D1B070
Text Example
Text Example
White with #D1B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B070; }
p { color: rgb(209,176,112); }
H1.HeaderClassName
{
color: #D1B070;
}
.AnyTagClassName
{
color: #D1B070;
}
</style>
background-color css
<style>
a { background-color: #D1B070; }
a { background-color: rgb(209,176,112); }
div.DivClassName
{
background-color: #D1B070;
}
.BgClassName
{
background-color: #D1B070;
}
</style>
border-color css
<style>
span { border-color: #D1B070; }
span { border-color: rgb(209,176,112); }
td.TdClassName
{
border-color: #D1B070;
}
.TagClassName
{
border-color: #D1B070;
}
</style>