Shades of Chocolate #DB7318
Tints of Chocolate #DB7318
RGB
CMYK
RGB Variations
Color information
#DB7318 (or 0xDB7318) is known color: Chocolate. HEX triplet: DB, 73 and 18. RGB value is (219,115,24). Sum of RGB (Red+Green+Blue) = 219+115+24=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7318 is #248CE7. Grayscale: #888888. Windows color (decimal): -2395368 or 1602523. OLE color: 1602523.
HSL color Cylindrical-coordinate representation of color #DB7318: hue angle of 28º 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 #DB7318 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 24 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.14 |
| HSL | 28º | 0.8% | 0.48% | - |
| HSV(B) | 28º | 0.89% | 0.86% | - |
| XYZ | 35.51 | 27.39 | 4.28 | - |
| YUV | 135.72 | 64.96 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 24 | 0 | 0.47 | 0.89 | 0.14 | 28 | 0.8 | 0.48 |
| Hex | DB | 73 | 18 | 0 | 2F | 59 | E | 1C | 50 | 30 |
| Octal | 333 | 163 | 30 | 0 | 57 | 131 | 16 | 34 | 120 | 60 |
| Binary | 11011011 | 1110011 | 11000 | 0 | 101111 | 1011001 | 1110 | 11100 | 1010000 | 110000 |
Color Harmonies of #DB7318
Complementary color
Monochromatic Colors of #DB7318
Black with #DB7318
Text Example
Text Example
White with #DB7318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7318; }
p { color: rgb(219,115,24); }
H1.HeaderClassName
{
color: #DB7318;
}
.AnyTagClassName
{
color: #DB7318;
}
</style>
background-color css
<style>
a { background-color: #DB7318; }
a { background-color: rgb(219,115,24); }
div.DivClassName
{
background-color: #DB7318;
}
.BgClassName
{
background-color: #DB7318;
}
</style>
border-color css
<style>
span { border-color: #DB7318; }
span { border-color: rgb(219,115,24); }
td.TdClassName
{
border-color: #DB7318;
}
.TagClassName
{
border-color: #DB7318;
}
</style>