Shades of Chocolate #DC640F
Tints of Chocolate #DC640F
RGB
CMYK
RGB Variations
Color information
#DC640F (or 0xDC640F) is known color: Chocolate. HEX triplet: DC, 64 and 0F. RGB value is (220,100,15). Sum of RGB (Red+Green+Blue) = 220+100+15=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC640F is #239BF0. Grayscale: #7E7E7E. Windows color (decimal): -2333681 or 1008860. OLE color: 1008860.
HSL color Cylindrical-coordinate representation of color #DC640F: hue angle of 24.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 #DC640F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 15 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.14 |
| HSL | 24.88º | 0.87% | 0.46% | - |
| HSV(B) | 24.88º | 0.93% | 0.86% | - |
| XYZ | 34.16 | 24.36 | 3.35 | - |
| YUV | 126.19 | 65.26 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 15 | 0 | 0.55 | 0.93 | 0.14 | 24.88 | 0.87 | 0.46 |
| Hex | DC | 64 | F | 0 | 37 | 5D | E | 19 | 57 | 2E |
| Octal | 334 | 144 | 17 | 0 | 67 | 135 | 16 | 31 | 127 | 56 |
| Binary | 11011100 | 1100100 | 1111 | 0 | 110111 | 1011101 | 1110 | 11001 | 1010111 | 101110 |
Color Harmonies of #DC640F
Complementary color
Monochromatic Colors of #DC640F
Black with #DC640F
Text Example
Text Example
White with #DC640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC640F; }
p { color: rgb(220,100,15); }
H1.HeaderClassName
{
color: #DC640F;
}
.AnyTagClassName
{
color: #DC640F;
}
</style>
background-color css
<style>
a { background-color: #DC640F; }
a { background-color: rgb(220,100,15); }
div.DivClassName
{
background-color: #DC640F;
}
.BgClassName
{
background-color: #DC640F;
}
</style>
border-color css
<style>
span { border-color: #DC640F; }
span { border-color: rgb(220,100,15); }
td.TdClassName
{
border-color: #DC640F;
}
.TagClassName
{
border-color: #DC640F;
}
</style>