Shades of Chocolate #DB650D
Tints of Chocolate #DB650D
RGB
CMYK
RGB Variations
Color information
#DB650D (or 0xDB650D) is known color: Chocolate. HEX triplet: DB, 65 and 0D. RGB value is (219,101,13). Sum of RGB (Red+Green+Blue) = 219+101+13=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB650D is #249AF2. Grayscale: #7E7E7E. Windows color (decimal): -2398963 or 878043. OLE color: 878043.
HSL color Cylindrical-coordinate representation of color #DB650D: hue angle of 25.63º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB650D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 13 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.14 |
| HSL | 25.63º | 0.89% | 0.45% | - |
| HSV(B) | 25.63º | 0.94% | 0.86% | - |
| XYZ | 33.94 | 24.4 | 3.3 | - |
| YUV | 126.25 | 64.09 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 13 | 0 | 0.54 | 0.94 | 0.14 | 25.63 | 0.89 | 0.45 |
| Hex | DB | 65 | D | 0 | 36 | 5E | E | 1A | 59 | 2D |
| Octal | 333 | 145 | 15 | 0 | 66 | 136 | 16 | 32 | 131 | 55 |
| Binary | 11011011 | 1100101 | 1101 | 0 | 110110 | 1011110 | 1110 | 11010 | 1011001 | 101101 |
Color Harmonies of #DB650D
Complementary color
Monochromatic Colors of #DB650D
Black with #DB650D
Text Example
Text Example
White with #DB650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB650D; }
p { color: rgb(219,101,13); }
H1.HeaderClassName
{
color: #DB650D;
}
.AnyTagClassName
{
color: #DB650D;
}
</style>
background-color css
<style>
a { background-color: #DB650D; }
a { background-color: rgb(219,101,13); }
div.DivClassName
{
background-color: #DB650D;
}
.BgClassName
{
background-color: #DB650D;
}
</style>
border-color css
<style>
span { border-color: #DB650D; }
span { border-color: rgb(219,101,13); }
td.TdClassName
{
border-color: #DB650D;
}
.TagClassName
{
border-color: #DB650D;
}
</style>