Shades of Putty #DBA96F
Tints of Putty #DBA96F
RGB
CMYK
RGB Variations
Color information
#DBA96F (or 0xDBA96F) is known color: Putty. HEX triplet: DB, A9 and 6F. RGB value is (219,169,111). Sum of RGB (Red+Green+Blue) = 219+169+111=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA96F is #245690. Grayscale: #B1B1B1. Windows color (decimal): -2381457 or 7317979. OLE color: 7317979.
HSL color Cylindrical-coordinate representation of color #DBA96F: hue angle of 32.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBA96F is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 111 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.14 |
| HSL | 32.22º | 0.6% | 0.65% | - |
| HSV(B) | 32.22º | 0.49% | 0.86% | - |
| XYZ | 46.27 | 44.58 | 21.21 | - |
| YUV | 177.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 111 | 0 | 0.23 | 0.49 | 0.14 | 32.22 | 0.6 | 0.65 |
| Hex | DB | A9 | 6F | 0 | 17 | 31 | E | 20 | 3C | 41 |
| Octal | 333 | 251 | 157 | 0 | 27 | 61 | 16 | 40 | 74 | 101 |
| Binary | 11011011 | 10101001 | 1101111 | 0 | 10111 | 110001 | 1110 | 100000 | 111100 | 1000001 |
Color Harmonies of #DBA96F
Complementary color
Monochromatic Colors of #DBA96F
Black with #DBA96F
Text Example
Text Example
White with #DBA96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA96F; }
p { color: rgb(219,169,111); }
H1.HeaderClassName
{
color: #DBA96F;
}
.AnyTagClassName
{
color: #DBA96F;
}
</style>
background-color css
<style>
a { background-color: #DBA96F; }
a { background-color: rgb(219,169,111); }
div.DivClassName
{
background-color: #DBA96F;
}
.BgClassName
{
background-color: #DBA96F;
}
</style>
border-color css
<style>
span { border-color: #DBA96F; }
span { border-color: rgb(219,169,111); }
td.TdClassName
{
border-color: #DBA96F;
}
.TagClassName
{
border-color: #DBA96F;
}
</style>