Shades of Chocolate #DB6A1B
Tints of Chocolate #DB6A1B
RGB
CMYK
RGB Variations
Color information
#DB6A1B (or 0xDB6A1B) is known color: Chocolate. HEX triplet: DB, 6A and 1B. RGB value is (219,106,27). Sum of RGB (Red+Green+Blue) = 219+106+27=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6A1B is #2495E4. Grayscale: #838383. Windows color (decimal): -2397669 or 1796827. OLE color: 1796827.
HSL color Cylindrical-coordinate representation of color #DB6A1B: hue angle of 24.69º 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 #DB6A1B is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 27 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.14 |
| HSL | 24.69º | 0.78% | 0.48% | - |
| HSV(B) | 24.69º | 0.88% | 0.86% | - |
| XYZ | 34.57 | 25.45 | 4.13 | - |
| YUV | 130.78 | 69.44 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 27 | 0 | 0.52 | 0.88 | 0.14 | 24.69 | 0.78 | 0.48 |
| Hex | DB | 6A | 1B | 0 | 34 | 58 | E | 19 | 4E | 30 |
| Octal | 333 | 152 | 33 | 0 | 64 | 130 | 16 | 31 | 116 | 60 |
| Binary | 11011011 | 1101010 | 11011 | 0 | 110100 | 1011000 | 1110 | 11001 | 1001110 | 110000 |
Color Harmonies of #DB6A1B
Complementary color
Monochromatic Colors of #DB6A1B
Black with #DB6A1B
Text Example
Text Example
White with #DB6A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A1B; }
p { color: rgb(219,106,27); }
H1.HeaderClassName
{
color: #DB6A1B;
}
.AnyTagClassName
{
color: #DB6A1B;
}
</style>
background-color css
<style>
a { background-color: #DB6A1B; }
a { background-color: rgb(219,106,27); }
div.DivClassName
{
background-color: #DB6A1B;
}
.BgClassName
{
background-color: #DB6A1B;
}
</style>
border-color css
<style>
span { border-color: #DB6A1B; }
span { border-color: rgb(219,106,27); }
td.TdClassName
{
border-color: #DB6A1B;
}
.TagClassName
{
border-color: #DB6A1B;
}
</style>