Shades of Putty #D2B070
Tints of Putty #D2B070
RGB
CMYK
RGB Variations
Color information
#D2B070 (or 0xD2B070) is known color: Putty. HEX triplet: D2, B0 and 70. RGB value is (210,176,112). Sum of RGB (Red+Green+Blue) = 210+176+112=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B070 is #2D4F8F. Grayscale: #B3B3B3. Windows color (decimal): -2969488 or 7385298. OLE color: 7385298.
HSL color Cylindrical-coordinate representation of color #D2B070: hue angle of 39.18º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2B070 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 112 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.18 |
| HSL | 39.18º | 0.52% | 0.63% | - |
| HSV(B) | 39.18º | 0.47% | 0.82% | - |
| XYZ | 45.03 | 45.92 | 21.82 | - |
| YUV | 178.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 112 | 0 | 0.16 | 0.47 | 0.18 | 39.18 | 0.52 | 0.63 |
| Hex | D2 | B0 | 70 | 0 | 10 | 2F | 12 | 27 | 34 | 3F |
| Octal | 322 | 260 | 160 | 0 | 20 | 57 | 22 | 47 | 64 | 77 |
| Binary | 11010010 | 10110000 | 1110000 | 0 | 10000 | 101111 | 10010 | 100111 | 110100 | 111111 |
Color Harmonies of #D2B070
Complementary color
Monochromatic Colors of #D2B070
Black with #D2B070
Text Example
Text Example
White with #D2B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B070; }
p { color: rgb(210,176,112); }
H1.HeaderClassName
{
color: #D2B070;
}
.AnyTagClassName
{
color: #D2B070;
}
</style>
background-color css
<style>
a { background-color: #D2B070; }
a { background-color: rgb(210,176,112); }
div.DivClassName
{
background-color: #D2B070;
}
.BgClassName
{
background-color: #D2B070;
}
</style>
border-color css
<style>
span { border-color: #D2B070; }
span { border-color: rgb(210,176,112); }
td.TdClassName
{
border-color: #D2B070;
}
.TagClassName
{
border-color: #D2B070;
}
</style>