Shades of Chocolate #DB630F
Tints of Chocolate #DB630F
RGB
CMYK
RGB Variations
Color information
#DB630F (or 0xDB630F) is known color: Chocolate. HEX triplet: DB, 63 and 0F. RGB value is (219,99,15). Sum of RGB (Red+Green+Blue) = 219+99+15=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB630F is #249CF0. Grayscale: #7D7D7D. Windows color (decimal): -2399473 or 1008603. OLE color: 1008603.
HSL color Cylindrical-coordinate representation of color #DB630F: hue angle of 24.71º 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 #DB630F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 15 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.14 |
| HSL | 24.71º | 0.87% | 0.46% | - |
| HSV(B) | 24.71º | 0.93% | 0.86% | - |
| XYZ | 33.76 | 24.02 | 3.31 | - |
| YUV | 125.3 | 65.76 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 15 | 0 | 0.55 | 0.93 | 0.14 | 24.71 | 0.87 | 0.46 |
| Hex | DB | 63 | F | 0 | 37 | 5D | E | 19 | 57 | 2E |
| Octal | 333 | 143 | 17 | 0 | 67 | 135 | 16 | 31 | 127 | 56 |
| Binary | 11011011 | 1100011 | 1111 | 0 | 110111 | 1011101 | 1110 | 11001 | 1010111 | 101110 |
Color Harmonies of #DB630F
Complementary color
Monochromatic Colors of #DB630F
Black with #DB630F
Text Example
Text Example
White with #DB630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB630F; }
p { color: rgb(219,99,15); }
H1.HeaderClassName
{
color: #DB630F;
}
.AnyTagClassName
{
color: #DB630F;
}
</style>
background-color css
<style>
a { background-color: #DB630F; }
a { background-color: rgb(219,99,15); }
div.DivClassName
{
background-color: #DB630F;
}
.BgClassName
{
background-color: #DB630F;
}
</style>
border-color css
<style>
span { border-color: #DB630F; }
span { border-color: rgb(219,99,15); }
td.TdClassName
{
border-color: #DB630F;
}
.TagClassName
{
border-color: #DB630F;
}
</style>