Shades of Chocolate #DB610D
Tints of Chocolate #DB610D
RGB
CMYK
RGB Variations
Color information
#DB610D (or 0xDB610D) is known color: Chocolate. HEX triplet: DB, 61 and 0D. RGB value is (219,97,13). Sum of RGB (Red+Green+Blue) = 219+97+13=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB610D is #249EF2. Grayscale: #7C7C7C. Windows color (decimal): -2399987 or 877019. OLE color: 877019.
HSL color Cylindrical-coordinate representation of color #DB610D: hue angle of 24.47º 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 #DB610D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.14 |
| HSL | 24.47º | 0.89% | 0.45% | - |
| HSV(B) | 24.47º | 0.94% | 0.86% | - |
| XYZ | 33.56 | 23.64 | 3.17 | - |
| YUV | 123.9 | 65.42 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 13 | 0 | 0.56 | 0.94 | 0.14 | 24.47 | 0.89 | 0.45 |
| Hex | DB | 61 | D | 0 | 38 | 5E | E | 18 | 59 | 2D |
| Octal | 333 | 141 | 15 | 0 | 70 | 136 | 16 | 30 | 131 | 55 |
| Binary | 11011011 | 1100001 | 1101 | 0 | 111000 | 1011110 | 1110 | 11000 | 1011001 | 101101 |
Color Harmonies of #DB610D
Complementary color
Monochromatic Colors of #DB610D
Black with #DB610D
Text Example
Text Example
White with #DB610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB610D; }
p { color: rgb(219,97,13); }
H1.HeaderClassName
{
color: #DB610D;
}
.AnyTagClassName
{
color: #DB610D;
}
</style>
background-color css
<style>
a { background-color: #DB610D; }
a { background-color: rgb(219,97,13); }
div.DivClassName
{
background-color: #DB610D;
}
.BgClassName
{
background-color: #DB610D;
}
</style>
border-color css
<style>
span { border-color: #DB610D; }
span { border-color: rgb(219,97,13); }
td.TdClassName
{
border-color: #DB610D;
}
.TagClassName
{
border-color: #DB610D;
}
</style>