Shades of Putty #DBA970
Tints of Putty #DBA970
RGB
CMYK
RGB Variations
Color information
#DBA970 (or 0xDBA970) is known color: Putty. HEX triplet: DB, A9 and 70. RGB value is (219,169,112). Sum of RGB (Red+Green+Blue) = 219+169+112=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA970 is #24568F. Grayscale: #B1B1B1. Windows color (decimal): -2381456 or 7383515. OLE color: 7383515.
HSL color Cylindrical-coordinate representation of color #DBA970: hue angle of 31.96º 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 #DBA970 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 112 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.14 |
| HSL | 31.96º | 0.6% | 0.65% | - |
| HSV(B) | 31.96º | 0.49% | 0.86% | - |
| XYZ | 46.33 | 44.61 | 21.5 | - |
| YUV | 177.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 112 | 0 | 0.23 | 0.49 | 0.14 | 31.96 | 0.6 | 0.65 |
| Hex | DB | A9 | 70 | 0 | 17 | 31 | E | 20 | 3C | 41 |
| Octal | 333 | 251 | 160 | 0 | 27 | 61 | 16 | 40 | 74 | 101 |
| Binary | 11011011 | 10101001 | 1110000 | 0 | 10111 | 110001 | 1110 | 100000 | 111100 | 1000001 |
Color Harmonies of #DBA970
Complementary color
Monochromatic Colors of #DBA970
Black with #DBA970
Text Example
Text Example
White with #DBA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA970; }
p { color: rgb(219,169,112); }
H1.HeaderClassName
{
color: #DBA970;
}
.AnyTagClassName
{
color: #DBA970;
}
</style>
background-color css
<style>
a { background-color: #DBA970; }
a { background-color: rgb(219,169,112); }
div.DivClassName
{
background-color: #DBA970;
}
.BgClassName
{
background-color: #DBA970;
}
</style>
border-color css
<style>
span { border-color: #DBA970; }
span { border-color: rgb(219,169,112); }
td.TdClassName
{
border-color: #DBA970;
}
.TagClassName
{
border-color: #DBA970;
}
</style>