Shades of Chocolate #DB670C
Tints of Chocolate #DB670C
RGB
CMYK
RGB Variations
Color information
#DB670C (or 0xDB670C) is known color: Chocolate. HEX triplet: DB, 67 and 0C. RGB value is (219,103,12). Sum of RGB (Red+Green+Blue) = 219+103+12=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB670C is #2498F3. Grayscale: #7F7F7F. Windows color (decimal): -2398452 or 813019. OLE color: 813019.
HSL color Cylindrical-coordinate representation of color #DB670C: hue angle of 26.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB670C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.14 |
| HSL | 26.38º | 0.9% | 0.45% | - |
| HSV(B) | 26.38º | 0.95% | 0.86% | - |
| XYZ | 34.13 | 24.79 | 3.33 | - |
| YUV | 127.31 | 62.93 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 12 | 0 | 0.53 | 0.95 | 0.14 | 26.38 | 0.9 | 0.45 |
| Hex | DB | 67 | C | 0 | 35 | 5F | E | 1A | 5A | 2D |
| Octal | 333 | 147 | 14 | 0 | 65 | 137 | 16 | 32 | 132 | 55 |
| Binary | 11011011 | 1100111 | 1100 | 0 | 110101 | 1011111 | 1110 | 11010 | 1011010 | 101101 |
Color Harmonies of #DB670C
Complementary color
Monochromatic Colors of #DB670C
Black with #DB670C
Text Example
Text Example
White with #DB670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB670C; }
p { color: rgb(219,103,12); }
H1.HeaderClassName
{
color: #DB670C;
}
.AnyTagClassName
{
color: #DB670C;
}
</style>
background-color css
<style>
a { background-color: #DB670C; }
a { background-color: rgb(219,103,12); }
div.DivClassName
{
background-color: #DB670C;
}
.BgClassName
{
background-color: #DB670C;
}
</style>
border-color css
<style>
span { border-color: #DB670C; }
span { border-color: rgb(219,103,12); }
td.TdClassName
{
border-color: #DB670C;
}
.TagClassName
{
border-color: #DB670C;
}
</style>