Shades of Chocolate #DB7618
Tints of Chocolate #DB7618
RGB
CMYK
RGB Variations
Color information
#DB7618 (or 0xDB7618) is known color: Chocolate. HEX triplet: DB, 76 and 18. RGB value is (219,118,24). Sum of RGB (Red+Green+Blue) = 219+118+24=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7618 is #2489E7. Grayscale: #898989. Windows color (decimal): -2394600 or 1603291. OLE color: 1603291.
HSL color Cylindrical-coordinate representation of color #DB7618: hue angle of 28.92º 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 #DB7618 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 24 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.14 |
| HSL | 28.92º | 0.8% | 0.48% | - |
| HSV(B) | 28.92º | 0.89% | 0.86% | - |
| XYZ | 35.86 | 28.08 | 4.39 | - |
| YUV | 137.48 | 63.96 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 24 | 0 | 0.46 | 0.89 | 0.14 | 28.92 | 0.8 | 0.48 |
| Hex | DB | 76 | 18 | 0 | 2E | 59 | E | 1D | 50 | 30 |
| Octal | 333 | 166 | 30 | 0 | 56 | 131 | 16 | 35 | 120 | 60 |
| Binary | 11011011 | 1110110 | 11000 | 0 | 101110 | 1011001 | 1110 | 11101 | 1010000 | 110000 |
Color Harmonies of #DB7618
Complementary color
Monochromatic Colors of #DB7618
Black with #DB7618
Text Example
Text Example
White with #DB7618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7618; }
p { color: rgb(219,118,24); }
H1.HeaderClassName
{
color: #DB7618;
}
.AnyTagClassName
{
color: #DB7618;
}
</style>
background-color css
<style>
a { background-color: #DB7618; }
a { background-color: rgb(219,118,24); }
div.DivClassName
{
background-color: #DB7618;
}
.BgClassName
{
background-color: #DB7618;
}
</style>
border-color css
<style>
span { border-color: #DB7618; }
span { border-color: rgb(219,118,24); }
td.TdClassName
{
border-color: #DB7618;
}
.TagClassName
{
border-color: #DB7618;
}
</style>