Shades of Chocolate #DB6714
Tints of Chocolate #DB6714
RGB
CMYK
RGB Variations
Color information
#DB6714 (or 0xDB6714) is known color: Chocolate. HEX triplet: DB, 67 and 14. RGB value is (219,103,20). Sum of RGB (Red+Green+Blue) = 219+103+20=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6714 is #2498EB. Grayscale: #808080. Windows color (decimal): -2398444 or 1337307. OLE color: 1337307.
HSL color Cylindrical-coordinate representation of color #DB6714: hue angle of 25.03º 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 #DB6714 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 20 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.14 |
| HSL | 25.03º | 0.83% | 0.47% | - |
| HSV(B) | 25.03º | 0.91% | 0.86% | - |
| XYZ | 34.19 | 24.81 | 3.65 | - |
| YUV | 128.22 | 66.93 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 20 | 0 | 0.53 | 0.91 | 0.14 | 25.03 | 0.83 | 0.47 |
| Hex | DB | 67 | 14 | 0 | 35 | 5B | E | 19 | 53 | 2F |
| Octal | 333 | 147 | 24 | 0 | 65 | 133 | 16 | 31 | 123 | 57 |
| Binary | 11011011 | 1100111 | 10100 | 0 | 110101 | 1011011 | 1110 | 11001 | 1010011 | 101111 |
Color Harmonies of #DB6714
Complementary color
Monochromatic Colors of #DB6714
Black with #DB6714
Text Example
Text Example
White with #DB6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6714; }
p { color: rgb(219,103,20); }
H1.HeaderClassName
{
color: #DB6714;
}
.AnyTagClassName
{
color: #DB6714;
}
</style>
background-color css
<style>
a { background-color: #DB6714; }
a { background-color: rgb(219,103,20); }
div.DivClassName
{
background-color: #DB6714;
}
.BgClassName
{
background-color: #DB6714;
}
</style>
border-color css
<style>
span { border-color: #DB6714; }
span { border-color: rgb(219,103,20); }
td.TdClassName
{
border-color: #DB6714;
}
.TagClassName
{
border-color: #DB6714;
}
</style>