Shades of Chocolate #DB611B
Tints of Chocolate #DB611B
RGB
CMYK
RGB Variations
Color information
#DB611B (or 0xDB611B) is known color: Chocolate. HEX triplet: DB, 61 and 1B. RGB value is (219,97,27). Sum of RGB (Red+Green+Blue) = 219+97+27=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB611B is #249EE4. Grayscale: #7D7D7D. Windows color (decimal): -2399973 or 1794523. OLE color: 1794523.
HSL color Cylindrical-coordinate representation of color #DB611B: hue angle of 21.88º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB611B is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 27 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.14 |
| HSL | 21.88º | 0.78% | 0.48% | - |
| HSV(B) | 21.88º | 0.88% | 0.86% | - |
| XYZ | 33.69 | 23.69 | 3.83 | - |
| YUV | 125.5 | 72.42 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 27 | 0 | 0.56 | 0.88 | 0.14 | 21.88 | 0.78 | 0.48 |
| Hex | DB | 61 | 1B | 0 | 38 | 58 | E | 16 | 4E | 30 |
| Octal | 333 | 141 | 33 | 0 | 70 | 130 | 16 | 26 | 116 | 60 |
| Binary | 11011011 | 1100001 | 11011 | 0 | 111000 | 1011000 | 1110 | 10110 | 1001110 | 110000 |
Color Harmonies of #DB611B
Complementary color
Monochromatic Colors of #DB611B
Black with #DB611B
Text Example
Text Example
White with #DB611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB611B; }
p { color: rgb(219,97,27); }
H1.HeaderClassName
{
color: #DB611B;
}
.AnyTagClassName
{
color: #DB611B;
}
</style>
background-color css
<style>
a { background-color: #DB611B; }
a { background-color: rgb(219,97,27); }
div.DivClassName
{
background-color: #DB611B;
}
.BgClassName
{
background-color: #DB611B;
}
</style>
border-color css
<style>
span { border-color: #DB611B; }
span { border-color: rgb(219,97,27); }
td.TdClassName
{
border-color: #DB611B;
}
.TagClassName
{
border-color: #DB611B;
}
</style>