Shades of Putty #DBAC70
Tints of Putty #DBAC70
RGB
CMYK
RGB Variations
Color information
#DBAC70 (or 0xDBAC70) is known color: Putty. HEX triplet: DB, AC and 70. RGB value is (219,172,112). Sum of RGB (Red+Green+Blue) = 219+172+112=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC70 is #24538F. Grayscale: #B3B3B3. Windows color (decimal): -2380688 or 7384283. OLE color: 7384283.
HSL color Cylindrical-coordinate representation of color #DBAC70: hue angle of 33.64º 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 #DBAC70 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 112 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.14 |
| HSL | 33.64º | 0.6% | 0.65% | - |
| HSV(B) | 33.64º | 0.49% | 0.86% | - |
| XYZ | 46.89 | 45.73 | 21.69 | - |
| YUV | 179.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 112 | 0 | 0.21 | 0.49 | 0.14 | 33.64 | 0.6 | 0.65 |
| Hex | DB | AC | 70 | 0 | 15 | 31 | E | 22 | 3C | 41 |
| Octal | 333 | 254 | 160 | 0 | 25 | 61 | 16 | 42 | 74 | 101 |
| Binary | 11011011 | 10101100 | 1110000 | 0 | 10101 | 110001 | 1110 | 100010 | 111100 | 1000001 |
Color Harmonies of #DBAC70
Complementary color
Monochromatic Colors of #DBAC70
Black with #DBAC70
Text Example
Text Example
White with #DBAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC70; }
p { color: rgb(219,172,112); }
H1.HeaderClassName
{
color: #DBAC70;
}
.AnyTagClassName
{
color: #DBAC70;
}
</style>
background-color css
<style>
a { background-color: #DBAC70; }
a { background-color: rgb(219,172,112); }
div.DivClassName
{
background-color: #DBAC70;
}
.BgClassName
{
background-color: #DBAC70;
}
</style>
border-color css
<style>
span { border-color: #DBAC70; }
span { border-color: rgb(219,172,112); }
td.TdClassName
{
border-color: #DBAC70;
}
.TagClassName
{
border-color: #DBAC70;
}
</style>