Shades of Chocolate #DB6410
Tints of Chocolate #DB6410
RGB
CMYK
RGB Variations
Color information
#DB6410 (or 0xDB6410) is known color: Chocolate. HEX triplet: DB, 64 and 10. RGB value is (219,100,16). Sum of RGB (Red+Green+Blue) = 219+100+16=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6410 is #249BEF. Grayscale: #7E7E7E. Windows color (decimal): -2399216 or 1074395. OLE color: 1074395.
HSL color Cylindrical-coordinate representation of color #DB6410: hue angle of 24.83º 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 #DB6410 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 16 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.14 |
| HSL | 24.83º | 0.86% | 0.46% | - |
| HSV(B) | 24.83º | 0.93% | 0.86% | - |
| XYZ | 33.86 | 24.21 | 3.38 | - |
| YUV | 126.01 | 65.92 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 16 | 0 | 0.54 | 0.93 | 0.14 | 24.83 | 0.86 | 0.46 |
| Hex | DB | 64 | 10 | 0 | 36 | 5D | E | 19 | 56 | 2E |
| Octal | 333 | 144 | 20 | 0 | 66 | 135 | 16 | 31 | 126 | 56 |
| Binary | 11011011 | 1100100 | 10000 | 0 | 110110 | 1011101 | 1110 | 11001 | 1010110 | 101110 |
Color Harmonies of #DB6410
Complementary color
Monochromatic Colors of #DB6410
Black with #DB6410
Text Example
Text Example
White with #DB6410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6410; }
p { color: rgb(219,100,16); }
H1.HeaderClassName
{
color: #DB6410;
}
.AnyTagClassName
{
color: #DB6410;
}
</style>
background-color css
<style>
a { background-color: #DB6410; }
a { background-color: rgb(219,100,16); }
div.DivClassName
{
background-color: #DB6410;
}
.BgClassName
{
background-color: #DB6410;
}
</style>
border-color css
<style>
span { border-color: #DB6410; }
span { border-color: rgb(219,100,16); }
td.TdClassName
{
border-color: #DB6410;
}
.TagClassName
{
border-color: #DB6410;
}
</style>