Shades of Chocolate #DB621C
Tints of Chocolate #DB621C
RGB
CMYK
RGB Variations
Color information
#DB621C (or 0xDB621C) is known color: Chocolate. HEX triplet: DB, 62 and 1C. RGB value is (219,98,28). Sum of RGB (Red+Green+Blue) = 219+98+28=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB621C is #249DE3. Grayscale: #7E7E7E. Windows color (decimal): -2399716 or 1860315. OLE color: 1860315.
HSL color Cylindrical-coordinate representation of color #DB621C: hue angle of 21.99º 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 #DB621C is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 28 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.14 |
| HSL | 21.99º | 0.77% | 0.48% | - |
| HSV(B) | 21.99º | 0.87% | 0.86% | - |
| XYZ | 33.79 | 23.88 | 3.93 | - |
| YUV | 126.2 | 72.59 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 28 | 0 | 0.55 | 0.87 | 0.14 | 21.99 | 0.77 | 0.48 |
| Hex | DB | 62 | 1C | 0 | 37 | 57 | E | 16 | 4D | 30 |
| Octal | 333 | 142 | 34 | 0 | 67 | 127 | 16 | 26 | 115 | 60 |
| Binary | 11011011 | 1100010 | 11100 | 0 | 110111 | 1010111 | 1110 | 10110 | 1001101 | 110000 |
Color Harmonies of #DB621C
Complementary color
Monochromatic Colors of #DB621C
Black with #DB621C
Text Example
Text Example
White with #DB621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB621C; }
p { color: rgb(219,98,28); }
H1.HeaderClassName
{
color: #DB621C;
}
.AnyTagClassName
{
color: #DB621C;
}
</style>
background-color css
<style>
a { background-color: #DB621C; }
a { background-color: rgb(219,98,28); }
div.DivClassName
{
background-color: #DB621C;
}
.BgClassName
{
background-color: #DB621C;
}
</style>
border-color css
<style>
span { border-color: #DB621C; }
span { border-color: rgb(219,98,28); }
td.TdClassName
{
border-color: #DB621C;
}
.TagClassName
{
border-color: #DB621C;
}
</style>