Shades of Chocolate #DC6018
Tints of Chocolate #DC6018
RGB
CMYK
RGB Variations
Color information
#DC6018 (or 0xDC6018) is known color: Chocolate. HEX triplet: DC, 60 and 18. RGB value is (220,96,24). Sum of RGB (Red+Green+Blue) = 220+96+24=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6018 is #239FE7. Grayscale: #7D7D7D. Windows color (decimal): -2334696 or 1597660. OLE color: 1597660.
HSL color Cylindrical-coordinate representation of color #DC6018: hue angle of 22.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC6018 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 24 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.14 |
| HSL | 22.04º | 0.8% | 0.48% | - |
| HSV(B) | 22.04º | 0.89% | 0.86% | - |
| XYZ | 33.86 | 23.65 | 3.64 | - |
| YUV | 124.87 | 71.08 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 24 | 0 | 0.56 | 0.89 | 0.14 | 22.04 | 0.8 | 0.48 |
| Hex | DC | 60 | 18 | 0 | 38 | 59 | E | 16 | 50 | 30 |
| Octal | 334 | 140 | 30 | 0 | 70 | 131 | 16 | 26 | 120 | 60 |
| Binary | 11011100 | 1100000 | 11000 | 0 | 111000 | 1011001 | 1110 | 10110 | 1010000 | 110000 |
Color Harmonies of #DC6018
Complementary color
Monochromatic Colors of #DC6018
Black with #DC6018
Text Example
Text Example
White with #DC6018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6018; }
p { color: rgb(220,96,24); }
H1.HeaderClassName
{
color: #DC6018;
}
.AnyTagClassName
{
color: #DC6018;
}
</style>
background-color css
<style>
a { background-color: #DC6018; }
a { background-color: rgb(220,96,24); }
div.DivClassName
{
background-color: #DC6018;
}
.BgClassName
{
background-color: #DC6018;
}
</style>
border-color css
<style>
span { border-color: #DC6018; }
span { border-color: rgb(220,96,24); }
td.TdClassName
{
border-color: #DC6018;
}
.TagClassName
{
border-color: #DC6018;
}
</style>