Shades of Chocolate #DB6614
Tints of Chocolate #DB6614
RGB
CMYK
RGB Variations
Color information
#DB6614 (or 0xDB6614) is known color: Chocolate. HEX triplet: DB, 66 and 14. RGB value is (219,102,20). Sum of RGB (Red+Green+Blue) = 219+102+20=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6614 is #2499EB. Grayscale: #808080. Windows color (decimal): -2398700 or 1337051. OLE color: 1337051.
HSL color Cylindrical-coordinate representation of color #DB6614: hue angle of 24.72º 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 #DB6614 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 20 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.14 |
| HSL | 24.72º | 0.83% | 0.47% | - |
| HSV(B) | 24.72º | 0.91% | 0.86% | - |
| XYZ | 34.09 | 24.61 | 3.62 | - |
| YUV | 127.64 | 67.26 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 20 | 0 | 0.53 | 0.91 | 0.14 | 24.72 | 0.83 | 0.47 |
| Hex | DB | 66 | 14 | 0 | 35 | 5B | E | 19 | 53 | 2F |
| Octal | 333 | 146 | 24 | 0 | 65 | 133 | 16 | 31 | 123 | 57 |
| Binary | 11011011 | 1100110 | 10100 | 0 | 110101 | 1011011 | 1110 | 11001 | 1010011 | 101111 |
Color Harmonies of #DB6614
Complementary color
Monochromatic Colors of #DB6614
Black with #DB6614
Text Example
Text Example
White with #DB6614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6614; }
p { color: rgb(219,102,20); }
H1.HeaderClassName
{
color: #DB6614;
}
.AnyTagClassName
{
color: #DB6614;
}
</style>
background-color css
<style>
a { background-color: #DB6614; }
a { background-color: rgb(219,102,20); }
div.DivClassName
{
background-color: #DB6614;
}
.BgClassName
{
background-color: #DB6614;
}
</style>
border-color css
<style>
span { border-color: #DB6614; }
span { border-color: rgb(219,102,20); }
td.TdClassName
{
border-color: #DB6614;
}
.TagClassName
{
border-color: #DB6614;
}
</style>