Shades of Chocolate #DB6822
Tints of Chocolate #DB6822
RGB
CMYK
RGB Variations
Color information
#DB6822 (or 0xDB6822) is known color: Chocolate. HEX triplet: DB, 68 and 22. RGB value is (219,104,34). Sum of RGB (Red+Green+Blue) = 219+104+34=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6822 is #2497DD. Grayscale: #828282. Windows color (decimal): -2398174 or 2255067. OLE color: 2255067.
HSL color Cylindrical-coordinate representation of color #DB6822: hue angle of 22.7º 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 #DB6822 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 34 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.14 |
| HSL | 22.7º | 0.73% | 0.5% | - |
| HSV(B) | 22.7º | 0.84% | 0.86% | - |
| XYZ | 34.45 | 25.08 | 4.54 | - |
| YUV | 130.41 | 73.6 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 34 | 0 | 0.53 | 0.84 | 0.14 | 22.7 | 0.73 | 0.5 |
| Hex | DB | 68 | 22 | 0 | 35 | 54 | E | 17 | 49 | 32 |
| Octal | 333 | 150 | 42 | 0 | 65 | 124 | 16 | 27 | 111 | 62 |
| Binary | 11011011 | 1101000 | 100010 | 0 | 110101 | 1010100 | 1110 | 10111 | 1001001 | 110010 |
Color Harmonies of #DB6822
Complementary color
Monochromatic Colors of #DB6822
Black with #DB6822
Text Example
Text Example
White with #DB6822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6822; }
p { color: rgb(219,104,34); }
H1.HeaderClassName
{
color: #DB6822;
}
.AnyTagClassName
{
color: #DB6822;
}
</style>
background-color css
<style>
a { background-color: #DB6822; }
a { background-color: rgb(219,104,34); }
div.DivClassName
{
background-color: #DB6822;
}
.BgClassName
{
background-color: #DB6822;
}
</style>
border-color css
<style>
span { border-color: #DB6822; }
span { border-color: rgb(219,104,34); }
td.TdClassName
{
border-color: #DB6822;
}
.TagClassName
{
border-color: #DB6822;
}
</style>