Shades of Chocolate #DB621F
Tints of Chocolate #DB621F
RGB
CMYK
RGB Variations
Color information
#DB621F (or 0xDB621F) is known color: Chocolate. HEX triplet: DB, 62 and 1F. RGB value is (219,98,31). Sum of RGB (Red+Green+Blue) = 219+98+31=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB621F is #249DE0. Grayscale: #7E7E7E. Windows color (decimal): -2399713 or 2056923. OLE color: 2056923.
HSL color Cylindrical-coordinate representation of color #DB621F: hue angle of 21.38º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB621F is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 31 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.14 |
| HSL | 21.38º | 0.75% | 0.49% | - |
| HSV(B) | 21.38º | 0.86% | 0.86% | - |
| XYZ | 33.83 | 23.89 | 4.13 | - |
| YUV | 126.54 | 74.09 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 31 | 0 | 0.55 | 0.86 | 0.14 | 21.38 | 0.75 | 0.49 |
| Hex | DB | 62 | 1F | 0 | 37 | 56 | E | 15 | 4B | 31 |
| Octal | 333 | 142 | 37 | 0 | 67 | 126 | 16 | 25 | 113 | 61 |
| Binary | 11011011 | 1100010 | 11111 | 0 | 110111 | 1010110 | 1110 | 10101 | 1001011 | 110001 |
Color Harmonies of #DB621F
Complementary color
Monochromatic Colors of #DB621F
Black with #DB621F
Text Example
Text Example
White with #DB621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB621F; }
p { color: rgb(219,98,31); }
H1.HeaderClassName
{
color: #DB621F;
}
.AnyTagClassName
{
color: #DB621F;
}
</style>
background-color css
<style>
a { background-color: #DB621F; }
a { background-color: rgb(219,98,31); }
div.DivClassName
{
background-color: #DB621F;
}
.BgClassName
{
background-color: #DB621F;
}
</style>
border-color css
<style>
span { border-color: #DB621F; }
span { border-color: rgb(219,98,31); }
td.TdClassName
{
border-color: #DB621F;
}
.TagClassName
{
border-color: #DB621F;
}
</style>