Shades of Chocolate #DB711C
Tints of Chocolate #DB711C
RGB
CMYK
RGB Variations
Color information
#DB711C (or 0xDB711C) is known color: Chocolate. HEX triplet: DB, 71 and 1C. RGB value is (219,113,28). Sum of RGB (Red+Green+Blue) = 219+113+28=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB711C is #248EE3. Grayscale: #878787. Windows color (decimal): -2395876 or 1864155. OLE color: 1864155.
HSL color Cylindrical-coordinate representation of color #DB711C: hue angle of 26.7º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB711C is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 28 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.14 |
| HSL | 26.7º | 0.77% | 0.48% | - |
| HSV(B) | 26.7º | 0.87% | 0.86% | - |
| XYZ | 35.33 | 26.95 | 4.44 | - |
| YUV | 135 | 67.62 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 28 | 0 | 0.48 | 0.87 | 0.14 | 26.7 | 0.77 | 0.48 |
| Hex | DB | 71 | 1C | 0 | 30 | 57 | E | 1B | 4D | 30 |
| Octal | 333 | 161 | 34 | 0 | 60 | 127 | 16 | 33 | 115 | 60 |
| Binary | 11011011 | 1110001 | 11100 | 0 | 110000 | 1010111 | 1110 | 11011 | 1001101 | 110000 |
Color Harmonies of #DB711C
Complementary color
Monochromatic Colors of #DB711C
Black with #DB711C
Text Example
Text Example
White with #DB711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB711C; }
p { color: rgb(219,113,28); }
H1.HeaderClassName
{
color: #DB711C;
}
.AnyTagClassName
{
color: #DB711C;
}
</style>
background-color css
<style>
a { background-color: #DB711C; }
a { background-color: rgb(219,113,28); }
div.DivClassName
{
background-color: #DB711C;
}
.BgClassName
{
background-color: #DB711C;
}
</style>
border-color css
<style>
span { border-color: #DB711C; }
span { border-color: rgb(219,113,28); }
td.TdClassName
{
border-color: #DB711C;
}
.TagClassName
{
border-color: #DB711C;
}
</style>