Shades of Chocolate #DB6223
Tints of Chocolate #DB6223
RGB
CMYK
RGB Variations
Color information
#DB6223 (or 0xDB6223) is known color: Chocolate. HEX triplet: DB, 62 and 23. RGB value is (219,98,35). Sum of RGB (Red+Green+Blue) = 219+98+35=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6223 is #249DDC. Grayscale: #7F7F7F. Windows color (decimal): -2399709 or 2319067. OLE color: 2319067.
HSL color Cylindrical-coordinate representation of color #DB6223: hue angle of 20.54º degrees, saturation: 0.72, 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 #DB6223 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 35 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.14 |
| HSL | 20.54º | 0.72% | 0.5% | - |
| HSV(B) | 20.54º | 0.84% | 0.86% | - |
| XYZ | 33.88 | 23.92 | 4.42 | - |
| YUV | 127 | 76.09 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 35 | 0 | 0.55 | 0.84 | 0.14 | 20.54 | 0.72 | 0.5 |
| Hex | DB | 62 | 23 | 0 | 37 | 54 | E | 15 | 48 | 32 |
| Octal | 333 | 142 | 43 | 0 | 67 | 124 | 16 | 25 | 110 | 62 |
| Binary | 11011011 | 1100010 | 100011 | 0 | 110111 | 1010100 | 1110 | 10101 | 1001000 | 110010 |
Color Harmonies of #DB6223
Complementary color
Monochromatic Colors of #DB6223
Black with #DB6223
Text Example
Text Example
White with #DB6223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6223; }
p { color: rgb(219,98,35); }
H1.HeaderClassName
{
color: #DB6223;
}
.AnyTagClassName
{
color: #DB6223;
}
</style>
background-color css
<style>
a { background-color: #DB6223; }
a { background-color: rgb(219,98,35); }
div.DivClassName
{
background-color: #DB6223;
}
.BgClassName
{
background-color: #DB6223;
}
</style>
border-color css
<style>
span { border-color: #DB6223; }
span { border-color: rgb(219,98,35); }
td.TdClassName
{
border-color: #DB6223;
}
.TagClassName
{
border-color: #DB6223;
}
</style>