Shades of Chocolate #DC650E
Tints of Chocolate #DC650E
RGB
CMYK
RGB Variations
Color information
#DC650E (or 0xDC650E) is known color: Chocolate. HEX triplet: DC, 65 and 0E. RGB value is (220,101,14). Sum of RGB (Red+Green+Blue) = 220+101+14=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC650E is #239AF1. Grayscale: #7F7F7F. Windows color (decimal): -2333426 or 943580. OLE color: 943580.
HSL color Cylindrical-coordinate representation of color #DC650E: hue angle of 25.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC650E is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 14 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.14 |
| HSL | 25.34º | 0.88% | 0.46% | - |
| HSV(B) | 25.34º | 0.94% | 0.86% | - |
| XYZ | 34.25 | 24.55 | 3.35 | - |
| YUV | 126.66 | 64.42 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 14 | 0 | 0.54 | 0.94 | 0.14 | 25.34 | 0.88 | 0.46 |
| Hex | DC | 65 | E | 0 | 36 | 5E | E | 19 | 58 | 2E |
| Octal | 334 | 145 | 16 | 0 | 66 | 136 | 16 | 31 | 130 | 56 |
| Binary | 11011100 | 1100101 | 1110 | 0 | 110110 | 1011110 | 1110 | 11001 | 1011000 | 101110 |
Color Harmonies of #DC650E
Complementary color
Monochromatic Colors of #DC650E
Black with #DC650E
Text Example
Text Example
White with #DC650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC650E; }
p { color: rgb(220,101,14); }
H1.HeaderClassName
{
color: #DC650E;
}
.AnyTagClassName
{
color: #DC650E;
}
</style>
background-color css
<style>
a { background-color: #DC650E; }
a { background-color: rgb(220,101,14); }
div.DivClassName
{
background-color: #DC650E;
}
.BgClassName
{
background-color: #DC650E;
}
</style>
border-color css
<style>
span { border-color: #DC650E; }
span { border-color: rgb(220,101,14); }
td.TdClassName
{
border-color: #DC650E;
}
.TagClassName
{
border-color: #DC650E;
}
</style>