Shades of Chocolate #DB711D
Tints of Chocolate #DB711D
RGB
CMYK
RGB Variations
Color information
#DB711D (or 0xDB711D) is known color: Chocolate. HEX triplet: DB, 71 and 1D. RGB value is (219,113,29). Sum of RGB (Red+Green+Blue) = 219+113+29=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB711D is #248EE2. Grayscale: #878787. Windows color (decimal): -2395875 or 1929691. OLE color: 1929691.
HSL color Cylindrical-coordinate representation of color #DB711D: hue angle of 26.53º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB711D is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 29 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.14 |
| HSL | 26.53º | 0.77% | 0.49% | - |
| HSV(B) | 26.53º | 0.87% | 0.86% | - |
| XYZ | 35.34 | 26.96 | 4.5 | - |
| YUV | 135.12 | 68.12 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 29 | 0 | 0.48 | 0.87 | 0.14 | 26.53 | 0.77 | 0.49 |
| Hex | DB | 71 | 1D | 0 | 30 | 57 | E | 1B | 4D | 31 |
| Octal | 333 | 161 | 35 | 0 | 60 | 127 | 16 | 33 | 115 | 61 |
| Binary | 11011011 | 1110001 | 11101 | 0 | 110000 | 1010111 | 1110 | 11011 | 1001101 | 110001 |
Color Harmonies of #DB711D
Complementary color
Monochromatic Colors of #DB711D
Black with #DB711D
Text Example
Text Example
White with #DB711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB711D; }
p { color: rgb(219,113,29); }
H1.HeaderClassName
{
color: #DB711D;
}
.AnyTagClassName
{
color: #DB711D;
}
</style>
background-color css
<style>
a { background-color: #DB711D; }
a { background-color: rgb(219,113,29); }
div.DivClassName
{
background-color: #DB711D;
}
.BgClassName
{
background-color: #DB711D;
}
</style>
border-color css
<style>
span { border-color: #DB711D; }
span { border-color: rgb(219,113,29); }
td.TdClassName
{
border-color: #DB711D;
}
.TagClassName
{
border-color: #DB711D;
}
</style>