Shades of Chocolate #DC611A
Tints of Chocolate #DC611A
RGB
CMYK
RGB Variations
Color information
#DC611A (or 0xDC611A) is known color: Chocolate. HEX triplet: DC, 61 and 1A. RGB value is (220,97,26). Sum of RGB (Red+Green+Blue) = 220+97+26=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC611A is #239EE5. Grayscale: #7E7E7E. Windows color (decimal): -2334438 or 1728988. OLE color: 1728988.
HSL color Cylindrical-coordinate representation of color #DC611A: hue angle of 21.96º 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 #DC611A is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 26 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.14 |
| HSL | 21.96º | 0.79% | 0.48% | - |
| HSV(B) | 21.96º | 0.88% | 0.86% | - |
| XYZ | 33.98 | 23.84 | 3.79 | - |
| YUV | 125.68 | 71.75 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 26 | 0 | 0.56 | 0.88 | 0.14 | 21.96 | 0.79 | 0.48 |
| Hex | DC | 61 | 1A | 0 | 38 | 58 | E | 16 | 4F | 30 |
| Octal | 334 | 141 | 32 | 0 | 70 | 130 | 16 | 26 | 117 | 60 |
| Binary | 11011100 | 1100001 | 11010 | 0 | 111000 | 1011000 | 1110 | 10110 | 1001111 | 110000 |
Color Harmonies of #DC611A
Complementary color
Monochromatic Colors of #DC611A
Black with #DC611A
Text Example
Text Example
White with #DC611A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC611A; }
p { color: rgb(220,97,26); }
H1.HeaderClassName
{
color: #DC611A;
}
.AnyTagClassName
{
color: #DC611A;
}
</style>
background-color css
<style>
a { background-color: #DC611A; }
a { background-color: rgb(220,97,26); }
div.DivClassName
{
background-color: #DC611A;
}
.BgClassName
{
background-color: #DC611A;
}
</style>
border-color css
<style>
span { border-color: #DC611A; }
span { border-color: rgb(220,97,26); }
td.TdClassName
{
border-color: #DC611A;
}
.TagClassName
{
border-color: #DC611A;
}
</style>