Shades of Chocolate #DC641A
Tints of Chocolate #DC641A
RGB
CMYK
RGB Variations
Color information
#DC641A (or 0xDC641A) is known color: Chocolate. HEX triplet: DC, 64 and 1A. RGB value is (220,100,26). Sum of RGB (Red+Green+Blue) = 220+100+26=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC641A is #239BE5. Grayscale: #7F7F7F. Windows color (decimal): -2333670 or 1729756. OLE color: 1729756.
HSL color Cylindrical-coordinate representation of color #DC641A: hue angle of 22.89º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC641A is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 26 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.14 |
| HSL | 22.89º | 0.79% | 0.48% | - |
| HSV(B) | 22.89º | 0.88% | 0.86% | - |
| XYZ | 34.26 | 24.4 | 3.88 | - |
| YUV | 127.44 | 70.76 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 26 | 0 | 0.55 | 0.88 | 0.14 | 22.89 | 0.79 | 0.48 |
| Hex | DC | 64 | 1A | 0 | 37 | 58 | E | 17 | 4F | 30 |
| Octal | 334 | 144 | 32 | 0 | 67 | 130 | 16 | 27 | 117 | 60 |
| Binary | 11011100 | 1100100 | 11010 | 0 | 110111 | 1011000 | 1110 | 10111 | 1001111 | 110000 |
Color Harmonies of #DC641A
Complementary color
Monochromatic Colors of #DC641A
Black with #DC641A
Text Example
Text Example
White with #DC641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC641A; }
p { color: rgb(220,100,26); }
H1.HeaderClassName
{
color: #DC641A;
}
.AnyTagClassName
{
color: #DC641A;
}
</style>
background-color css
<style>
a { background-color: #DC641A; }
a { background-color: rgb(220,100,26); }
div.DivClassName
{
background-color: #DC641A;
}
.BgClassName
{
background-color: #DC641A;
}
</style>
border-color css
<style>
span { border-color: #DC641A; }
span { border-color: rgb(220,100,26); }
td.TdClassName
{
border-color: #DC641A;
}
.TagClassName
{
border-color: #DC641A;
}
</style>