Shades of Chocolate #DC661E
Tints of Chocolate #DC661E
RGB
CMYK
RGB Variations
Color information
#DC661E (or 0xDC661E) is known color: Chocolate. HEX triplet: DC, 66 and 1E. RGB value is (220,102,30). Sum of RGB (Red+Green+Blue) = 220+102+30=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC661E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC661E is #2399E1. Grayscale: #818181. Windows color (decimal): -2333154 or 1992412. OLE color: 1992412.
HSL color Cylindrical-coordinate representation of color #DC661E: hue angle of 22.74º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC661E is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 30 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.14 |
| HSL | 22.74º | 0.76% | 0.49% | - |
| HSV(B) | 22.74º | 0.86% | 0.86% | - |
| XYZ | 34.5 | 24.81 | 4.2 | - |
| YUV | 129.07 | 72.09 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 30 | 0 | 0.54 | 0.86 | 0.14 | 22.74 | 0.76 | 0.49 |
| Hex | DC | 66 | 1E | 0 | 36 | 56 | E | 17 | 4C | 31 |
| Octal | 334 | 146 | 36 | 0 | 66 | 126 | 16 | 27 | 114 | 61 |
| Binary | 11011100 | 1100110 | 11110 | 0 | 110110 | 1010110 | 1110 | 10111 | 1001100 | 110001 |
Color Harmonies of #DC661E
Complementary color
Monochromatic Colors of #DC661E
Black with #DC661E
Text Example
Text Example
White with #DC661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC661E; }
p { color: rgb(220,102,30); }
H1.HeaderClassName
{
color: #DC661E;
}
.AnyTagClassName
{
color: #DC661E;
}
</style>
background-color css
<style>
a { background-color: #DC661E; }
a { background-color: rgb(220,102,30); }
div.DivClassName
{
background-color: #DC661E;
}
.BgClassName
{
background-color: #DC661E;
}
</style>
border-color css
<style>
span { border-color: #DC661E; }
span { border-color: rgb(220,102,30); }
td.TdClassName
{
border-color: #DC661E;
}
.TagClassName
{
border-color: #DC661E;
}
</style>