Shades of Chocolate #DB6022
Tints of Chocolate #DB6022
RGB
CMYK
RGB Variations
Color information
#DB6022 (or 0xDB6022) is known color: Chocolate. HEX triplet: DB, 60 and 22. RGB value is (219,96,34). Sum of RGB (Red+Green+Blue) = 219+96+34=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6022 is #249FDD. Grayscale: #7E7E7E. Windows color (decimal): -2400222 or 2253019. OLE color: 2253019.
HSL color Cylindrical-coordinate representation of color #DB6022: hue angle of 20.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB6022 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 34 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.14 |
| HSL | 20.11º | 0.73% | 0.5% | - |
| HSV(B) | 20.11º | 0.84% | 0.86% | - |
| XYZ | 33.69 | 23.54 | 4.28 | - |
| YUV | 125.71 | 76.25 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 34 | 0 | 0.56 | 0.84 | 0.14 | 20.11 | 0.73 | 0.5 |
| Hex | DB | 60 | 22 | 0 | 38 | 54 | E | 14 | 49 | 32 |
| Octal | 333 | 140 | 42 | 0 | 70 | 124 | 16 | 24 | 111 | 62 |
| Binary | 11011011 | 1100000 | 100010 | 0 | 111000 | 1010100 | 1110 | 10100 | 1001001 | 110010 |
Color Harmonies of #DB6022
Complementary color
Monochromatic Colors of #DB6022
Black with #DB6022
Text Example
Text Example
White with #DB6022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6022; }
p { color: rgb(219,96,34); }
H1.HeaderClassName
{
color: #DB6022;
}
.AnyTagClassName
{
color: #DB6022;
}
</style>
background-color css
<style>
a { background-color: #DB6022; }
a { background-color: rgb(219,96,34); }
div.DivClassName
{
background-color: #DB6022;
}
.BgClassName
{
background-color: #DB6022;
}
</style>
border-color css
<style>
span { border-color: #DB6022; }
span { border-color: rgb(219,96,34); }
td.TdClassName
{
border-color: #DB6022;
}
.TagClassName
{
border-color: #DB6022;
}
</style>