Shades of Chocolate #DC6518
Tints of Chocolate #DC6518
RGB
CMYK
RGB Variations
Color information
#DC6518 (or 0xDC6518) is known color: Chocolate. HEX triplet: DC, 65 and 18. RGB value is (220,101,24). Sum of RGB (Red+Green+Blue) = 220+101+24=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6518 is #239AE7. Grayscale: #808080. Windows color (decimal): -2333416 or 1598940. OLE color: 1598940.
HSL color Cylindrical-coordinate representation of color #DC6518: hue angle of 23.57º 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 #DC6518 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 24 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.14 |
| HSL | 23.57º | 0.8% | 0.48% | - |
| HSV(B) | 23.57º | 0.89% | 0.86% | - |
| XYZ | 34.33 | 24.59 | 3.8 | - |
| YUV | 127.8 | 69.42 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 24 | 0 | 0.54 | 0.89 | 0.14 | 23.57 | 0.8 | 0.48 |
| Hex | DC | 65 | 18 | 0 | 36 | 59 | E | 18 | 50 | 30 |
| Octal | 334 | 145 | 30 | 0 | 66 | 131 | 16 | 30 | 120 | 60 |
| Binary | 11011100 | 1100101 | 11000 | 0 | 110110 | 1011001 | 1110 | 11000 | 1010000 | 110000 |
Color Harmonies of #DC6518
Complementary color
Monochromatic Colors of #DC6518
Black with #DC6518
Text Example
Text Example
White with #DC6518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6518; }
p { color: rgb(220,101,24); }
H1.HeaderClassName
{
color: #DC6518;
}
.AnyTagClassName
{
color: #DC6518;
}
</style>
background-color css
<style>
a { background-color: #DC6518; }
a { background-color: rgb(220,101,24); }
div.DivClassName
{
background-color: #DC6518;
}
.BgClassName
{
background-color: #DC6518;
}
</style>
border-color css
<style>
span { border-color: #DC6518; }
span { border-color: rgb(220,101,24); }
td.TdClassName
{
border-color: #DC6518;
}
.TagClassName
{
border-color: #DC6518;
}
</style>