Shades of Chocolate #DB7413
Tints of Chocolate #DB7413
RGB
CMYK
RGB Variations
Color information
#DB7413 (or 0xDB7413) is known color: Chocolate. HEX triplet: DB, 74 and 13. RGB value is (219,116,19). Sum of RGB (Red+Green+Blue) = 219+116+19=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7413 is #248BEC. Grayscale: #888888. Windows color (decimal): -2395117 or 1275099. OLE color: 1275099.
HSL color Cylindrical-coordinate representation of color #DB7413: hue angle of 29.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB7413 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 19 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.14 |
| HSL | 29.1º | 0.84% | 0.47% | - |
| HSV(B) | 29.1º | 0.91% | 0.86% | - |
| XYZ | 35.58 | 27.6 | 4.07 | - |
| YUV | 135.74 | 62.12 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 19 | 0 | 0.47 | 0.91 | 0.14 | 29.1 | 0.84 | 0.47 |
| Hex | DB | 74 | 13 | 0 | 2F | 5B | E | 1D | 54 | 2F |
| Octal | 333 | 164 | 23 | 0 | 57 | 133 | 16 | 35 | 124 | 57 |
| Binary | 11011011 | 1110100 | 10011 | 0 | 101111 | 1011011 | 1110 | 11101 | 1010100 | 101111 |
Color Harmonies of #DB7413
Complementary color
Monochromatic Colors of #DB7413
Black with #DB7413
Text Example
Text Example
White with #DB7413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7413; }
p { color: rgb(219,116,19); }
H1.HeaderClassName
{
color: #DB7413;
}
.AnyTagClassName
{
color: #DB7413;
}
</style>
background-color css
<style>
a { background-color: #DB7413; }
a { background-color: rgb(219,116,19); }
div.DivClassName
{
background-color: #DB7413;
}
.BgClassName
{
background-color: #DB7413;
}
</style>
border-color css
<style>
span { border-color: #DB7413; }
span { border-color: rgb(219,116,19); }
td.TdClassName
{
border-color: #DB7413;
}
.TagClassName
{
border-color: #DB7413;
}
</style>