Shades of Chocolate #DC661F
Tints of Chocolate #DC661F
RGB
CMYK
RGB Variations
Color information
#DC661F (or 0xDC661F) is known color: Chocolate. HEX triplet: DC, 66 and 1F. RGB value is (220,102,31). Sum of RGB (Red+Green+Blue) = 220+102+31=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC661F is #2399E0. Grayscale: #818181. Windows color (decimal): -2333153 or 2057948. OLE color: 2057948.
HSL color Cylindrical-coordinate representation of color #DC661F: hue angle of 22.54º degrees, saturation: 0.75, 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 #DC661F is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 31 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.14 |
| HSL | 22.54º | 0.75% | 0.49% | - |
| HSV(B) | 22.54º | 0.86% | 0.86% | - |
| XYZ | 34.51 | 24.82 | 4.27 | - |
| YUV | 129.19 | 72.59 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 31 | 0 | 0.54 | 0.86 | 0.14 | 22.54 | 0.75 | 0.49 |
| Hex | DC | 66 | 1F | 0 | 36 | 56 | E | 17 | 4B | 31 |
| Octal | 334 | 146 | 37 | 0 | 66 | 126 | 16 | 27 | 113 | 61 |
| Binary | 11011100 | 1100110 | 11111 | 0 | 110110 | 1010110 | 1110 | 10111 | 1001011 | 110001 |
Color Harmonies of #DC661F
Complementary color
Monochromatic Colors of #DC661F
Black with #DC661F
Text Example
Text Example
White with #DC661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC661F; }
p { color: rgb(220,102,31); }
H1.HeaderClassName
{
color: #DC661F;
}
.AnyTagClassName
{
color: #DC661F;
}
</style>
background-color css
<style>
a { background-color: #DC661F; }
a { background-color: rgb(220,102,31); }
div.DivClassName
{
background-color: #DC661F;
}
.BgClassName
{
background-color: #DC661F;
}
</style>
border-color css
<style>
span { border-color: #DC661F; }
span { border-color: rgb(220,102,31); }
td.TdClassName
{
border-color: #DC661F;
}
.TagClassName
{
border-color: #DC661F;
}
</style>