Shades of Putty #DBAC6F
Tints of Putty #DBAC6F
RGB
CMYK
RGB Variations
Color information
#DBAC6F (or 0xDBAC6F) is known color: Putty. HEX triplet: DB, AC and 6F. RGB value is (219,172,111). Sum of RGB (Red+Green+Blue) = 219+172+111=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC6F is #245390. Grayscale: #B3B3B3. Windows color (decimal): -2380689 or 7318747. OLE color: 7318747.
HSL color Cylindrical-coordinate representation of color #DBAC6F: hue angle of 33.89º 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 #DBAC6F is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 111 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.14 |
| HSL | 33.89º | 0.6% | 0.65% | - |
| HSV(B) | 33.89º | 0.49% | 0.86% | - |
| XYZ | 46.84 | 45.71 | 21.39 | - |
| YUV | 179.1 | 89.57 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 111 | 0 | 0.21 | 0.49 | 0.14 | 33.89 | 0.6 | 0.65 |
| Hex | DB | AC | 6F | 0 | 15 | 31 | E | 22 | 3C | 41 |
| Octal | 333 | 254 | 157 | 0 | 25 | 61 | 16 | 42 | 74 | 101 |
| Binary | 11011011 | 10101100 | 1101111 | 0 | 10101 | 110001 | 1110 | 100010 | 111100 | 1000001 |
Color Harmonies of #DBAC6F
Complementary color
Monochromatic Colors of #DBAC6F
Black with #DBAC6F
Text Example
Text Example
White with #DBAC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC6F; }
p { color: rgb(219,172,111); }
H1.HeaderClassName
{
color: #DBAC6F;
}
.AnyTagClassName
{
color: #DBAC6F;
}
</style>
background-color css
<style>
a { background-color: #DBAC6F; }
a { background-color: rgb(219,172,111); }
div.DivClassName
{
background-color: #DBAC6F;
}
.BgClassName
{
background-color: #DBAC6F;
}
</style>
border-color css
<style>
span { border-color: #DBAC6F; }
span { border-color: rgb(219,172,111); }
td.TdClassName
{
border-color: #DBAC6F;
}
.TagClassName
{
border-color: #DBAC6F;
}
</style>