Shades of Chocolate #DB5A14
Tints of Chocolate #DB5A14
RGB
CMYK
RGB Variations
Color information
#DB5A14 (or 0xDB5A14) is known color: Chocolate. HEX triplet: DB, 5A and 14. RGB value is (219,90,20). Sum of RGB (Red+Green+Blue) = 219+90+20=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A14 is #24A5EB. Grayscale: #797979. Windows color (decimal): -2401772 or 1333979. OLE color: 1333979.
HSL color Cylindrical-coordinate representation of color #DB5A14: hue angle of 21.11º 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 #DB5A14 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 20 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.14 |
| HSL | 21.11º | 0.83% | 0.47% | - |
| HSV(B) | 21.11º | 0.91% | 0.86% | - |
| XYZ | 33 | 22.42 | 3.25 | - |
| YUV | 120.59 | 71.24 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 20 | 0 | 0.59 | 0.91 | 0.14 | 21.11 | 0.83 | 0.47 |
| Hex | DB | 5A | 14 | 0 | 3B | 5B | E | 15 | 53 | 2F |
| Octal | 333 | 132 | 24 | 0 | 73 | 133 | 16 | 25 | 123 | 57 |
| Binary | 11011011 | 1011010 | 10100 | 0 | 111011 | 1011011 | 1110 | 10101 | 1010011 | 101111 |
Color Harmonies of #DB5A14
Complementary color
Monochromatic Colors of #DB5A14
Black with #DB5A14
Text Example
Text Example
White with #DB5A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A14; }
p { color: rgb(219,90,20); }
H1.HeaderClassName
{
color: #DB5A14;
}
.AnyTagClassName
{
color: #DB5A14;
}
</style>
background-color css
<style>
a { background-color: #DB5A14; }
a { background-color: rgb(219,90,20); }
div.DivClassName
{
background-color: #DB5A14;
}
.BgClassName
{
background-color: #DB5A14;
}
</style>
border-color css
<style>
span { border-color: #DB5A14; }
span { border-color: rgb(219,90,20); }
td.TdClassName
{
border-color: #DB5A14;
}
.TagClassName
{
border-color: #DB5A14;
}
</style>