Shades of Chocolate #DB600F
Tints of Chocolate #DB600F
RGB
CMYK
RGB Variations
Color information
#DB600F (or 0xDB600F) is known color: Chocolate. HEX triplet: DB, 60 and 0F. RGB value is (219,96,15). Sum of RGB (Red+Green+Blue) = 219+96+15=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB600F is #249FF0. Grayscale: #7B7B7B. Windows color (decimal): -2400241 or 1007835. OLE color: 1007835.
HSL color Cylindrical-coordinate representation of color #DB600F: hue angle of 23.82º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB600F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.14 |
| HSL | 23.82º | 0.87% | 0.46% | - |
| HSV(B) | 23.82º | 0.93% | 0.86% | - |
| XYZ | 33.48 | 23.46 | 3.22 | - |
| YUV | 123.54 | 66.75 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 15 | 0 | 0.56 | 0.93 | 0.14 | 23.82 | 0.87 | 0.46 |
| Hex | DB | 60 | F | 0 | 38 | 5D | E | 18 | 57 | 2E |
| Octal | 333 | 140 | 17 | 0 | 70 | 135 | 16 | 30 | 127 | 56 |
| Binary | 11011011 | 1100000 | 1111 | 0 | 111000 | 1011101 | 1110 | 11000 | 1010111 | 101110 |
Color Harmonies of #DB600F
Complementary color
Monochromatic Colors of #DB600F
Black with #DB600F
Text Example
Text Example
White with #DB600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB600F; }
p { color: rgb(219,96,15); }
H1.HeaderClassName
{
color: #DB600F;
}
.AnyTagClassName
{
color: #DB600F;
}
</style>
background-color css
<style>
a { background-color: #DB600F; }
a { background-color: rgb(219,96,15); }
div.DivClassName
{
background-color: #DB600F;
}
.BgClassName
{
background-color: #DB600F;
}
</style>
border-color css
<style>
span { border-color: #DB600F; }
span { border-color: rgb(219,96,15); }
td.TdClassName
{
border-color: #DB600F;
}
.TagClassName
{
border-color: #DB600F;
}
</style>