Shades of Chocolate #DB6D1B
Tints of Chocolate #DB6D1B
RGB
CMYK
RGB Variations
Color information
#DB6D1B (or 0xDB6D1B) is known color: Chocolate. HEX triplet: DB, 6D and 1B. RGB value is (219,109,27). Sum of RGB (Red+Green+Blue) = 219+109+27=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6D1B is #2492E4. Grayscale: #848484. Windows color (decimal): -2396901 or 1797595. OLE color: 1797595.
HSL color Cylindrical-coordinate representation of color #DB6D1B: hue angle of 25.62º 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 #DB6D1B is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 27 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.14 |
| HSL | 25.63º | 0.78% | 0.48% | - |
| HSV(B) | 25.63º | 0.88% | 0.86% | - |
| XYZ | 34.88 | 26.08 | 4.23 | - |
| YUV | 132.54 | 68.44 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 27 | 0 | 0.50 | 0.88 | 0.14 | 25.63 | 0.78 | 0.48 |
| Hex | DB | 6D | 1B | 0 | 32 | 58 | E | 1A | 4E | 30 |
| Octal | 333 | 155 | 33 | 0 | 62 | 130 | 16 | 32 | 116 | 60 |
| Binary | 11011011 | 1101101 | 11011 | 0 | 110010 | 1011000 | 1110 | 11010 | 1001110 | 110000 |
Color Harmonies of #DB6D1B
Complementary color
Monochromatic Colors of #DB6D1B
Black with #DB6D1B
Text Example
Text Example
White with #DB6D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D1B; }
p { color: rgb(219,109,27); }
H1.HeaderClassName
{
color: #DB6D1B;
}
.AnyTagClassName
{
color: #DB6D1B;
}
</style>
background-color css
<style>
a { background-color: #DB6D1B; }
a { background-color: rgb(219,109,27); }
div.DivClassName
{
background-color: #DB6D1B;
}
.BgClassName
{
background-color: #DB6D1B;
}
</style>
border-color css
<style>
span { border-color: #DB6D1B; }
span { border-color: rgb(219,109,27); }
td.TdClassName
{
border-color: #DB6D1B;
}
.TagClassName
{
border-color: #DB6D1B;
}
</style>