Shades of Chocolate #DC661C
Tints of Chocolate #DC661C
RGB
CMYK
RGB Variations
Color information
#DC661C (or 0xDC661C) is known color: Chocolate. HEX triplet: DC, 66 and 1C. RGB value is (220,102,28). Sum of RGB (Red+Green+Blue) = 220+102+28=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC661C is #2399E3. Grayscale: #818181. Windows color (decimal): -2333156 or 1861340. OLE color: 1861340.
HSL color Cylindrical-coordinate representation of color #DC661C: hue angle of 23.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC661C is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 28 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.14 |
| HSL | 23.13º | 0.77% | 0.49% | - |
| HSV(B) | 23.13º | 0.87% | 0.86% | - |
| XYZ | 34.48 | 24.8 | 4.07 | - |
| YUV | 128.85 | 71.09 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 28 | 0 | 0.54 | 0.87 | 0.14 | 23.13 | 0.77 | 0.49 |
| Hex | DC | 66 | 1C | 0 | 36 | 57 | E | 17 | 4D | 31 |
| Octal | 334 | 146 | 34 | 0 | 66 | 127 | 16 | 27 | 115 | 61 |
| Binary | 11011100 | 1100110 | 11100 | 0 | 110110 | 1010111 | 1110 | 10111 | 1001101 | 110001 |
Color Harmonies of #DC661C
Complementary color
Monochromatic Colors of #DC661C
Black with #DC661C
Text Example
Text Example
White with #DC661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC661C; }
p { color: rgb(220,102,28); }
H1.HeaderClassName
{
color: #DC661C;
}
.AnyTagClassName
{
color: #DC661C;
}
</style>
background-color css
<style>
a { background-color: #DC661C; }
a { background-color: rgb(220,102,28); }
div.DivClassName
{
background-color: #DC661C;
}
.BgClassName
{
background-color: #DC661C;
}
</style>
border-color css
<style>
span { border-color: #DC661C; }
span { border-color: rgb(220,102,28); }
td.TdClassName
{
border-color: #DC661C;
}
.TagClassName
{
border-color: #DC661C;
}
</style>