Shades of Chocolate #DB6010
Tints of Chocolate #DB6010
RGB
CMYK
RGB Variations
Color information
#DB6010 (or 0xDB6010) is known color: Chocolate. HEX triplet: DB, 60 and 10. RGB value is (219,96,16). Sum of RGB (Red+Green+Blue) = 219+96+16=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6010 is #249FEF. Grayscale: #7C7C7C. Windows color (decimal): -2400240 or 1073371. OLE color: 1073371.
HSL color Cylindrical-coordinate representation of color #DB6010: hue angle of 23.65º degrees, saturation: 0.86, 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 #DB6010 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 16 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.14 |
| HSL | 23.65º | 0.86% | 0.46% | - |
| HSV(B) | 23.65º | 0.93% | 0.86% | - |
| XYZ | 33.49 | 23.46 | 3.25 | - |
| YUV | 123.66 | 67.25 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 16 | 0 | 0.56 | 0.93 | 0.14 | 23.65 | 0.86 | 0.46 |
| Hex | DB | 60 | 10 | 0 | 38 | 5D | E | 18 | 56 | 2E |
| Octal | 333 | 140 | 20 | 0 | 70 | 135 | 16 | 30 | 126 | 56 |
| Binary | 11011011 | 1100000 | 10000 | 0 | 111000 | 1011101 | 1110 | 11000 | 1010110 | 101110 |
Color Harmonies of #DB6010
Complementary color
Monochromatic Colors of #DB6010
Black with #DB6010
Text Example
Text Example
White with #DB6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6010; }
p { color: rgb(219,96,16); }
H1.HeaderClassName
{
color: #DB6010;
}
.AnyTagClassName
{
color: #DB6010;
}
</style>
background-color css
<style>
a { background-color: #DB6010; }
a { background-color: rgb(219,96,16); }
div.DivClassName
{
background-color: #DB6010;
}
.BgClassName
{
background-color: #DB6010;
}
</style>
border-color css
<style>
span { border-color: #DB6010; }
span { border-color: rgb(219,96,16); }
td.TdClassName
{
border-color: #DB6010;
}
.TagClassName
{
border-color: #DB6010;
}
</style>