Shades of Chocolate #DB601B
Tints of Chocolate #DB601B
RGB
CMYK
RGB Variations
Color information
#DB601B (or 0xDB601B) is known color: Chocolate. HEX triplet: DB, 60 and 1B. RGB value is (219,96,27). Sum of RGB (Red+Green+Blue) = 219+96+27=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB601B is #249FE4. Grayscale: #7D7D7D. Windows color (decimal): -2400229 or 1794267. OLE color: 1794267.
HSL color Cylindrical-coordinate representation of color #DB601B: hue angle of 21.56º 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 #DB601B is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 27 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.14 |
| HSL | 21.56º | 0.78% | 0.48% | - |
| HSV(B) | 21.56º | 0.88% | 0.86% | - |
| XYZ | 33.59 | 23.5 | 3.8 | - |
| YUV | 124.91 | 72.75 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 27 | 0 | 0.56 | 0.88 | 0.14 | 21.56 | 0.78 | 0.48 |
| Hex | DB | 60 | 1B | 0 | 38 | 58 | E | 16 | 4E | 30 |
| Octal | 333 | 140 | 33 | 0 | 70 | 130 | 16 | 26 | 116 | 60 |
| Binary | 11011011 | 1100000 | 11011 | 0 | 111000 | 1011000 | 1110 | 10110 | 1001110 | 110000 |
Color Harmonies of #DB601B
Complementary color
Monochromatic Colors of #DB601B
Black with #DB601B
Text Example
Text Example
White with #DB601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB601B; }
p { color: rgb(219,96,27); }
H1.HeaderClassName
{
color: #DB601B;
}
.AnyTagClassName
{
color: #DB601B;
}
</style>
background-color css
<style>
a { background-color: #DB601B; }
a { background-color: rgb(219,96,27); }
div.DivClassName
{
background-color: #DB601B;
}
.BgClassName
{
background-color: #DB601B;
}
</style>
border-color css
<style>
span { border-color: #DB601B; }
span { border-color: rgb(219,96,27); }
td.TdClassName
{
border-color: #DB601B;
}
.TagClassName
{
border-color: #DB601B;
}
</style>