Shades of Putty #D6B070
Tints of Putty #D6B070
RGB
CMYK
RGB Variations
Color information
#D6B070 (or 0xD6B070) is known color: Putty. HEX triplet: D6, B0 and 70. RGB value is (214,176,112). Sum of RGB (Red+Green+Blue) = 214+176+112=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B070 is #294F8F. Grayscale: #B4B4B4. Windows color (decimal): -2707344 or 7385302. OLE color: 7385302.
HSL color Cylindrical-coordinate representation of color #D6B070: hue angle of 37.65º degrees, saturation: 0.55, 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 #D6B070 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 112 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.16 |
| HSL | 37.65º | 0.55% | 0.64% | - |
| HSV(B) | 37.65º | 0.48% | 0.84% | - |
| XYZ | 46.18 | 46.52 | 21.87 | - |
| YUV | 180.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 112 | 0 | 0.18 | 0.48 | 0.16 | 37.65 | 0.55 | 0.64 |
| Hex | D6 | B0 | 70 | 0 | 12 | 30 | 10 | 26 | 37 | 40 |
| Octal | 326 | 260 | 160 | 0 | 22 | 60 | 20 | 46 | 67 | 100 |
| Binary | 11010110 | 10110000 | 1110000 | 0 | 10010 | 110000 | 10000 | 100110 | 110111 | 1000000 |
Color Harmonies of #D6B070
Complementary color
Monochromatic Colors of #D6B070
Black with #D6B070
Text Example
Text Example
White with #D6B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B070; }
p { color: rgb(214,176,112); }
H1.HeaderClassName
{
color: #D6B070;
}
.AnyTagClassName
{
color: #D6B070;
}
</style>
background-color css
<style>
a { background-color: #D6B070; }
a { background-color: rgb(214,176,112); }
div.DivClassName
{
background-color: #D6B070;
}
.BgClassName
{
background-color: #D6B070;
}
</style>
border-color css
<style>
span { border-color: #D6B070; }
span { border-color: rgb(214,176,112); }
td.TdClassName
{
border-color: #D6B070;
}
.TagClassName
{
border-color: #D6B070;
}
</style>