Shades of Chocolate #DB6222
Tints of Chocolate #DB6222
RGB
CMYK
RGB Variations
Color information
#DB6222 (or 0xDB6222) is known color: Chocolate. HEX triplet: DB, 62 and 22. RGB value is (219,98,34). Sum of RGB (Red+Green+Blue) = 219+98+34=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6222 is #249DDD. Grayscale: #7F7F7F. Windows color (decimal): -2399710 or 2253531. OLE color: 2253531.
HSL color Cylindrical-coordinate representation of color #DB6222: hue angle of 20.76º 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 #DB6222 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 34 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.14 |
| HSL | 20.76º | 0.73% | 0.5% | - |
| HSV(B) | 20.76º | 0.84% | 0.86% | - |
| XYZ | 33.87 | 23.91 | 4.34 | - |
| YUV | 126.88 | 75.59 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 34 | 0 | 0.55 | 0.84 | 0.14 | 20.76 | 0.73 | 0.5 |
| Hex | DB | 62 | 22 | 0 | 37 | 54 | E | 15 | 49 | 32 |
| Octal | 333 | 142 | 42 | 0 | 67 | 124 | 16 | 25 | 111 | 62 |
| Binary | 11011011 | 1100010 | 100010 | 0 | 110111 | 1010100 | 1110 | 10101 | 1001001 | 110010 |
Color Harmonies of #DB6222
Complementary color
Monochromatic Colors of #DB6222
Black with #DB6222
Text Example
Text Example
White with #DB6222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6222; }
p { color: rgb(219,98,34); }
H1.HeaderClassName
{
color: #DB6222;
}
.AnyTagClassName
{
color: #DB6222;
}
</style>
background-color css
<style>
a { background-color: #DB6222; }
a { background-color: rgb(219,98,34); }
div.DivClassName
{
background-color: #DB6222;
}
.BgClassName
{
background-color: #DB6222;
}
</style>
border-color css
<style>
span { border-color: #DB6222; }
span { border-color: rgb(219,98,34); }
td.TdClassName
{
border-color: #DB6222;
}
.TagClassName
{
border-color: #DB6222;
}
</style>