Shades of Chocolate #DB711E
Tints of Chocolate #DB711E
RGB
CMYK
RGB Variations
Color information
#DB711E (or 0xDB711E) is known color: Chocolate. HEX triplet: DB, 71 and 1E. RGB value is (219,113,30). Sum of RGB (Red+Green+Blue) = 219+113+30=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB711E is #248EE1. Grayscale: #878787. Windows color (decimal): -2395874 or 1995227. OLE color: 1995227.
HSL color Cylindrical-coordinate representation of color #DB711E: hue angle of 26.35º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB711E is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 30 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.14 |
| HSL | 26.35º | 0.76% | 0.49% | - |
| HSV(B) | 26.35º | 0.86% | 0.86% | - |
| XYZ | 35.35 | 26.96 | 4.57 | - |
| YUV | 135.23 | 68.62 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 30 | 0 | 0.48 | 0.86 | 0.14 | 26.35 | 0.76 | 0.49 |
| Hex | DB | 71 | 1E | 0 | 30 | 56 | E | 1A | 4C | 31 |
| Octal | 333 | 161 | 36 | 0 | 60 | 126 | 16 | 32 | 114 | 61 |
| Binary | 11011011 | 1110001 | 11110 | 0 | 110000 | 1010110 | 1110 | 11010 | 1001100 | 110001 |
Color Harmonies of #DB711E
Complementary color
Monochromatic Colors of #DB711E
Black with #DB711E
Text Example
Text Example
White with #DB711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB711E; }
p { color: rgb(219,113,30); }
H1.HeaderClassName
{
color: #DB711E;
}
.AnyTagClassName
{
color: #DB711E;
}
</style>
background-color css
<style>
a { background-color: #DB711E; }
a { background-color: rgb(219,113,30); }
div.DivClassName
{
background-color: #DB711E;
}
.BgClassName
{
background-color: #DB711E;
}
</style>
border-color css
<style>
span { border-color: #DB711E; }
span { border-color: rgb(219,113,30); }
td.TdClassName
{
border-color: #DB711E;
}
.TagClassName
{
border-color: #DB711E;
}
</style>