Shades of Chocolate #DB620F
Tints of Chocolate #DB620F
RGB
CMYK
RGB Variations
Color information
#DB620F (or 0xDB620F) is known color: Chocolate. HEX triplet: DB, 62 and 0F. RGB value is (219,98,15). Sum of RGB (Red+Green+Blue) = 219+98+15=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB620F is #249DF0. Grayscale: #7D7D7D. Windows color (decimal): -2399729 or 1008347. OLE color: 1008347.
HSL color Cylindrical-coordinate representation of color #DB620F: hue angle of 24.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB620F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 15 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.14 |
| HSL | 24.41º | 0.87% | 0.46% | - |
| HSV(B) | 24.41º | 0.93% | 0.86% | - |
| XYZ | 33.67 | 23.83 | 3.28 | - |
| YUV | 124.72 | 66.09 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 15 | 0 | 0.55 | 0.93 | 0.14 | 24.41 | 0.87 | 0.46 |
| Hex | DB | 62 | F | 0 | 37 | 5D | E | 18 | 57 | 2E |
| Octal | 333 | 142 | 17 | 0 | 67 | 135 | 16 | 30 | 127 | 56 |
| Binary | 11011011 | 1100010 | 1111 | 0 | 110111 | 1011101 | 1110 | 11000 | 1010111 | 101110 |
Color Harmonies of #DB620F
Complementary color
Monochromatic Colors of #DB620F
Black with #DB620F
Text Example
Text Example
White with #DB620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB620F; }
p { color: rgb(219,98,15); }
H1.HeaderClassName
{
color: #DB620F;
}
.AnyTagClassName
{
color: #DB620F;
}
</style>
background-color css
<style>
a { background-color: #DB620F; }
a { background-color: rgb(219,98,15); }
div.DivClassName
{
background-color: #DB620F;
}
.BgClassName
{
background-color: #DB620F;
}
</style>
border-color css
<style>
span { border-color: #DB620F; }
span { border-color: rgb(219,98,15); }
td.TdClassName
{
border-color: #DB620F;
}
.TagClassName
{
border-color: #DB620F;
}
</style>