Shades of Chocolate #DC6223
Tints of Chocolate #DC6223
RGB
CMYK
RGB Variations
Color information
#DC6223 (or 0xDC6223) is known color: Chocolate. HEX triplet: DC, 62 and 23. RGB value is (220,98,35). Sum of RGB (Red+Green+Blue) = 220+98+35=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6223 is #239DDC. Grayscale: #7F7F7F. Windows color (decimal): -2334173 or 2319068. OLE color: 2319068.
HSL color Cylindrical-coordinate representation of color #DC6223: hue angle of 20.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC6223 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 35 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.14 |
| HSL | 20.43º | 0.73% | 0.5% | - |
| HSV(B) | 20.43º | 0.84% | 0.86% | - |
| XYZ | 34.19 | 24.07 | 4.43 | - |
| YUV | 127.3 | 75.92 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 35 | 0 | 0.55 | 0.84 | 0.14 | 20.43 | 0.73 | 0.5 |
| Hex | DC | 62 | 23 | 0 | 37 | 54 | E | 14 | 49 | 32 |
| Octal | 334 | 142 | 43 | 0 | 67 | 124 | 16 | 24 | 111 | 62 |
| Binary | 11011100 | 1100010 | 100011 | 0 | 110111 | 1010100 | 1110 | 10100 | 1001001 | 110010 |
Color Harmonies of #DC6223
Complementary color
Monochromatic Colors of #DC6223
Black with #DC6223
Text Example
Text Example
White with #DC6223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6223; }
p { color: rgb(220,98,35); }
H1.HeaderClassName
{
color: #DC6223;
}
.AnyTagClassName
{
color: #DC6223;
}
</style>
background-color css
<style>
a { background-color: #DC6223; }
a { background-color: rgb(220,98,35); }
div.DivClassName
{
background-color: #DC6223;
}
.BgClassName
{
background-color: #DC6223;
}
</style>
border-color css
<style>
span { border-color: #DC6223; }
span { border-color: rgb(220,98,35); }
td.TdClassName
{
border-color: #DC6223;
}
.TagClassName
{
border-color: #DC6223;
}
</style>