Shades of Chocolate #DB5D14
Tints of Chocolate #DB5D14
RGB
CMYK
RGB Variations
Color information
#DB5D14 (or 0xDB5D14) is known color: Chocolate. HEX triplet: DB, 5D and 14. RGB value is (219,93,20). Sum of RGB (Red+Green+Blue) = 219+93+20=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5D14 is #24A2EB. Grayscale: #7A7A7A. Windows color (decimal): -2401004 or 1334747. OLE color: 1334747.
HSL color Cylindrical-coordinate representation of color #DB5D14: hue angle of 22.01º degrees, saturation: 0.83, 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 #DB5D14 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 20 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.14 |
| HSL | 22.01º | 0.83% | 0.47% | - |
| HSV(B) | 22.01º | 0.91% | 0.86% | - |
| XYZ | 33.25 | 22.94 | 3.34 | - |
| YUV | 122.35 | 70.24 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 20 | 0 | 0.58 | 0.91 | 0.14 | 22.01 | 0.83 | 0.47 |
| Hex | DB | 5D | 14 | 0 | 3A | 5B | E | 16 | 53 | 2F |
| Octal | 333 | 135 | 24 | 0 | 72 | 133 | 16 | 26 | 123 | 57 |
| Binary | 11011011 | 1011101 | 10100 | 0 | 111010 | 1011011 | 1110 | 10110 | 1010011 | 101111 |
Color Harmonies of #DB5D14
Complementary color
Monochromatic Colors of #DB5D14
Black with #DB5D14
Text Example
Text Example
White with #DB5D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D14; }
p { color: rgb(219,93,20); }
H1.HeaderClassName
{
color: #DB5D14;
}
.AnyTagClassName
{
color: #DB5D14;
}
</style>
background-color css
<style>
a { background-color: #DB5D14; }
a { background-color: rgb(219,93,20); }
div.DivClassName
{
background-color: #DB5D14;
}
.BgClassName
{
background-color: #DB5D14;
}
</style>
border-color css
<style>
span { border-color: #DB5D14; }
span { border-color: rgb(219,93,20); }
td.TdClassName
{
border-color: #DB5D14;
}
.TagClassName
{
border-color: #DB5D14;
}
</style>