Shades of Putty #DBAA6F
Tints of Putty #DBAA6F
RGB
CMYK
RGB Variations
Color information
#DBAA6F (or 0xDBAA6F) is known color: Putty. HEX triplet: DB, AA and 6F. RGB value is (219,170,111). Sum of RGB (Red+Green+Blue) = 219+170+111=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA6F is #245590. Grayscale: #B2B2B2. Windows color (decimal): -2381201 or 7318235. OLE color: 7318235.
HSL color Cylindrical-coordinate representation of color #DBAA6F: hue angle of 32.78º 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 #DBAA6F is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 111 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.14 |
| HSL | 32.78º | 0.6% | 0.65% | - |
| HSV(B) | 32.78º | 0.49% | 0.86% | - |
| XYZ | 46.46 | 44.96 | 21.27 | - |
| YUV | 177.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 111 | 0 | 0.22 | 0.49 | 0.14 | 32.78 | 0.6 | 0.65 |
| Hex | DB | AA | 6F | 0 | 16 | 31 | E | 21 | 3C | 41 |
| Octal | 333 | 252 | 157 | 0 | 26 | 61 | 16 | 41 | 74 | 101 |
| Binary | 11011011 | 10101010 | 1101111 | 0 | 10110 | 110001 | 1110 | 100001 | 111100 | 1000001 |
Color Harmonies of #DBAA6F
Complementary color
Monochromatic Colors of #DBAA6F
Black with #DBAA6F
Text Example
Text Example
White with #DBAA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA6F; }
p { color: rgb(219,170,111); }
H1.HeaderClassName
{
color: #DBAA6F;
}
.AnyTagClassName
{
color: #DBAA6F;
}
</style>
background-color css
<style>
a { background-color: #DBAA6F; }
a { background-color: rgb(219,170,111); }
div.DivClassName
{
background-color: #DBAA6F;
}
.BgClassName
{
background-color: #DBAA6F;
}
</style>
border-color css
<style>
span { border-color: #DBAA6F; }
span { border-color: rgb(219,170,111); }
td.TdClassName
{
border-color: #DBAA6F;
}
.TagClassName
{
border-color: #DBAA6F;
}
</style>