Shades of Chocolate #DB670F
Tints of Chocolate #DB670F
RGB
CMYK
RGB Variations
Color information
#DB670F (or 0xDB670F) is known color: Chocolate. HEX triplet: DB, 67 and 0F. RGB value is (219,103,15). Sum of RGB (Red+Green+Blue) = 219+103+15=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB670F is #2498F0. Grayscale: #808080. Windows color (decimal): -2398449 or 1009627. OLE color: 1009627.
HSL color Cylindrical-coordinate representation of color #DB670F: hue angle of 25.88º 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 #DB670F is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 15 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.14 |
| HSL | 25.88º | 0.87% | 0.46% | - |
| HSV(B) | 25.88º | 0.93% | 0.86% | - |
| XYZ | 34.15 | 24.8 | 3.44 | - |
| YUV | 127.65 | 64.43 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 15 | 0 | 0.53 | 0.93 | 0.14 | 25.88 | 0.87 | 0.46 |
| Hex | DB | 67 | F | 0 | 35 | 5D | E | 1A | 57 | 2E |
| Octal | 333 | 147 | 17 | 0 | 65 | 135 | 16 | 32 | 127 | 56 |
| Binary | 11011011 | 1100111 | 1111 | 0 | 110101 | 1011101 | 1110 | 11010 | 1010111 | 101110 |
Color Harmonies of #DB670F
Complementary color
Monochromatic Colors of #DB670F
Black with #DB670F
Text Example
Text Example
White with #DB670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB670F; }
p { color: rgb(219,103,15); }
H1.HeaderClassName
{
color: #DB670F;
}
.AnyTagClassName
{
color: #DB670F;
}
</style>
background-color css
<style>
a { background-color: #DB670F; }
a { background-color: rgb(219,103,15); }
div.DivClassName
{
background-color: #DB670F;
}
.BgClassName
{
background-color: #DB670F;
}
</style>
border-color css
<style>
span { border-color: #DB670F; }
span { border-color: rgb(219,103,15); }
td.TdClassName
{
border-color: #DB670F;
}
.TagClassName
{
border-color: #DB670F;
}
</style>