Shades of Putty #DBA86D
Tints of Putty #DBA86D
RGB
CMYK
RGB Variations
Color information
#DBA86D (or 0xDBA86D) is known color: Putty. HEX triplet: DB, A8 and 6D. RGB value is (219,168,109). Sum of RGB (Red+Green+Blue) = 219+168+109=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA86D is #245792. Grayscale: #B0B0B0. Windows color (decimal): -2381715 or 7186651. OLE color: 7186651.
HSL color Cylindrical-coordinate representation of color #DBA86D: hue angle of 32.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBA86D is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 109 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.14 |
| HSL | 32.18º | 0.6% | 0.64% | - |
| HSV(B) | 32.18º | 0.5% | 0.86% | - |
| XYZ | 45.98 | 44.17 | 20.57 | - |
| YUV | 176.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 109 | 0 | 0.23 | 0.50 | 0.14 | 32.18 | 0.6 | 0.64 |
| Hex | DB | A8 | 6D | 0 | 17 | 32 | E | 20 | 3C | 40 |
| Octal | 333 | 250 | 155 | 0 | 27 | 62 | 16 | 40 | 74 | 100 |
| Binary | 11011011 | 10101000 | 1101101 | 0 | 10111 | 110010 | 1110 | 100000 | 111100 | 1000000 |
Color Harmonies of #DBA86D
Complementary color
Monochromatic Colors of #DBA86D
Black with #DBA86D
Text Example
Text Example
White with #DBA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA86D; }
p { color: rgb(219,168,109); }
H1.HeaderClassName
{
color: #DBA86D;
}
.AnyTagClassName
{
color: #DBA86D;
}
</style>
background-color css
<style>
a { background-color: #DBA86D; }
a { background-color: rgb(219,168,109); }
div.DivClassName
{
background-color: #DBA86D;
}
.BgClassName
{
background-color: #DBA86D;
}
</style>
border-color css
<style>
span { border-color: #DBA86D; }
span { border-color: rgb(219,168,109); }
td.TdClassName
{
border-color: #DBA86D;
}
.TagClassName
{
border-color: #DBA86D;
}
</style>