Shades of Putty #DBAD6F
Tints of Putty #DBAD6F
RGB
CMYK
RGB Variations
Color information
#DBAD6F (or 0xDBAD6F) is known color: Putty. HEX triplet: DB, AD and 6F. RGB value is (219,173,111). Sum of RGB (Red+Green+Blue) = 219+173+111=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD6F is #245290. Grayscale: #B3B3B3. Windows color (decimal): -2380433 or 7319003. OLE color: 7319003.
HSL color Cylindrical-coordinate representation of color #DBAD6F: hue angle of 34.44º 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 #DBAD6F is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 111 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.14 |
| HSL | 34.44º | 0.6% | 0.65% | - |
| HSV(B) | 34.44º | 0.49% | 0.86% | - |
| XYZ | 47.03 | 46.09 | 21.46 | - |
| YUV | 179.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 111 | 0 | 0.21 | 0.49 | 0.14 | 34.44 | 0.6 | 0.65 |
| Hex | DB | AD | 6F | 0 | 15 | 31 | E | 22 | 3C | 41 |
| Octal | 333 | 255 | 157 | 0 | 25 | 61 | 16 | 42 | 74 | 101 |
| Binary | 11011011 | 10101101 | 1101111 | 0 | 10101 | 110001 | 1110 | 100010 | 111100 | 1000001 |
Color Harmonies of #DBAD6F
Complementary color
Monochromatic Colors of #DBAD6F
Black with #DBAD6F
Text Example
Text Example
White with #DBAD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD6F; }
p { color: rgb(219,173,111); }
H1.HeaderClassName
{
color: #DBAD6F;
}
.AnyTagClassName
{
color: #DBAD6F;
}
</style>
background-color css
<style>
a { background-color: #DBAD6F; }
a { background-color: rgb(219,173,111); }
div.DivClassName
{
background-color: #DBAD6F;
}
.BgClassName
{
background-color: #DBAD6F;
}
</style>
border-color css
<style>
span { border-color: #DBAD6F; }
span { border-color: rgb(219,173,111); }
td.TdClassName
{
border-color: #DBAD6F;
}
.TagClassName
{
border-color: #DBAD6F;
}
</style>