Shades of Putty #DBA86E
Tints of Putty #DBA86E
RGB
CMYK
RGB Variations
Color information
#DBA86E (or 0xDBA86E) is known color: Putty. HEX triplet: DB, A8 and 6E. RGB value is (219,168,110). Sum of RGB (Red+Green+Blue) = 219+168+110=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA86E is #245791. Grayscale: #B0B0B0. Windows color (decimal): -2381714 or 7252187. OLE color: 7252187.
HSL color Cylindrical-coordinate representation of color #DBA86E: hue angle of 31.93º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBA86E is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 110 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.14 |
| HSL | 31.93º | 0.6% | 0.65% | - |
| HSV(B) | 31.93º | 0.5% | 0.86% | - |
| XYZ | 46.03 | 44.19 | 20.86 | - |
| YUV | 176.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 110 | 0 | 0.23 | 0.50 | 0.14 | 31.93 | 0.6 | 0.65 |
| Hex | DB | A8 | 6E | 0 | 17 | 32 | E | 20 | 3C | 41 |
| Octal | 333 | 250 | 156 | 0 | 27 | 62 | 16 | 40 | 74 | 101 |
| Binary | 11011011 | 10101000 | 1101110 | 0 | 10111 | 110010 | 1110 | 100000 | 111100 | 1000001 |
Color Harmonies of #DBA86E
Complementary color
Monochromatic Colors of #DBA86E
Black with #DBA86E
Text Example
Text Example
White with #DBA86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA86E; }
p { color: rgb(219,168,110); }
H1.HeaderClassName
{
color: #DBA86E;
}
.AnyTagClassName
{
color: #DBA86E;
}
</style>
background-color css
<style>
a { background-color: #DBA86E; }
a { background-color: rgb(219,168,110); }
div.DivClassName
{
background-color: #DBA86E;
}
.BgClassName
{
background-color: #DBA86E;
}
</style>
border-color css
<style>
span { border-color: #DBA86E; }
span { border-color: rgb(219,168,110); }
td.TdClassName
{
border-color: #DBA86E;
}
.TagClassName
{
border-color: #DBA86E;
}
</style>