Shades of Chocolate #DB600E
Tints of Chocolate #DB600E
RGB
CMYK
RGB Variations
Color information
#DB600E (or 0xDB600E) is known color: Chocolate. HEX triplet: DB, 60 and 0E. RGB value is (219,96,14). Sum of RGB (Red+Green+Blue) = 219+96+14=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB600E is #249FF1. Grayscale: #7B7B7B. Windows color (decimal): -2400242 or 942299. OLE color: 942299.
HSL color Cylindrical-coordinate representation of color #DB600E: hue angle of 24º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB600E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.14 |
| HSL | 24º | 0.88% | 0.46% | - |
| HSV(B) | 24º | 0.94% | 0.86% | - |
| XYZ | 33.48 | 23.46 | 3.18 | - |
| YUV | 123.43 | 66.25 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 14 | 0 | 0.56 | 0.94 | 0.14 | 24 | 0.88 | 0.46 |
| Hex | DB | 60 | E | 0 | 38 | 5E | E | 18 | 58 | 2E |
| Octal | 333 | 140 | 16 | 0 | 70 | 136 | 16 | 30 | 130 | 56 |
| Binary | 11011011 | 1100000 | 1110 | 0 | 111000 | 1011110 | 1110 | 11000 | 1011000 | 101110 |
Color Harmonies of #DB600E
Complementary color
Monochromatic Colors of #DB600E
Black with #DB600E
Text Example
Text Example
White with #DB600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB600E; }
p { color: rgb(219,96,14); }
H1.HeaderClassName
{
color: #DB600E;
}
.AnyTagClassName
{
color: #DB600E;
}
</style>
background-color css
<style>
a { background-color: #DB600E; }
a { background-color: rgb(219,96,14); }
div.DivClassName
{
background-color: #DB600E;
}
.BgClassName
{
background-color: #DB600E;
}
</style>
border-color css
<style>
span { border-color: #DB600E; }
span { border-color: rgb(219,96,14); }
td.TdClassName
{
border-color: #DB600E;
}
.TagClassName
{
border-color: #DB600E;
}
</style>