Shades of Chocolate #DB7418
Tints of Chocolate #DB7418
RGB
CMYK
RGB Variations
Color information
#DB7418 (or 0xDB7418) is known color: Chocolate. HEX triplet: DB, 74 and 18. RGB value is (219,116,24). Sum of RGB (Red+Green+Blue) = 219+116+24=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7418 is #248BE7. Grayscale: #888888. Windows color (decimal): -2395112 or 1602779. OLE color: 1602779.
HSL color Cylindrical-coordinate representation of color #DB7418: hue angle of 28.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB7418 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 24 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.14 |
| HSL | 28.31º | 0.8% | 0.48% | - |
| HSV(B) | 28.31º | 0.89% | 0.86% | - |
| XYZ | 35.62 | 27.62 | 4.32 | - |
| YUV | 136.31 | 64.62 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 24 | 0 | 0.47 | 0.89 | 0.14 | 28.31 | 0.8 | 0.48 |
| Hex | DB | 74 | 18 | 0 | 2F | 59 | E | 1C | 50 | 30 |
| Octal | 333 | 164 | 30 | 0 | 57 | 131 | 16 | 34 | 120 | 60 |
| Binary | 11011011 | 1110100 | 11000 | 0 | 101111 | 1011001 | 1110 | 11100 | 1010000 | 110000 |
Color Harmonies of #DB7418
Complementary color
Monochromatic Colors of #DB7418
Black with #DB7418
Text Example
Text Example
White with #DB7418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7418; }
p { color: rgb(219,116,24); }
H1.HeaderClassName
{
color: #DB7418;
}
.AnyTagClassName
{
color: #DB7418;
}
</style>
background-color css
<style>
a { background-color: #DB7418; }
a { background-color: rgb(219,116,24); }
div.DivClassName
{
background-color: #DB7418;
}
.BgClassName
{
background-color: #DB7418;
}
</style>
border-color css
<style>
span { border-color: #DB7418; }
span { border-color: rgb(219,116,24); }
td.TdClassName
{
border-color: #DB7418;
}
.TagClassName
{
border-color: #DB7418;
}
</style>