Shades of Chocolate #DC6615
Tints of Chocolate #DC6615
RGB
CMYK
RGB Variations
Color information
#DC6615 (or 0xDC6615) is known color: Chocolate. HEX triplet: DC, 66 and 15. RGB value is (220,102,21). Sum of RGB (Red+Green+Blue) = 220+102+21=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6615 is #2399EA. Grayscale: #808080. Windows color (decimal): -2333163 or 1402588. OLE color: 1402588.
HSL color Cylindrical-coordinate representation of color #DC6615: hue angle of 24.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC6615 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 21 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.14 |
| HSL | 24.42º | 0.83% | 0.47% | - |
| HSV(B) | 24.42º | 0.9% | 0.86% | - |
| XYZ | 34.4 | 24.77 | 3.68 | - |
| YUV | 128.05 | 67.59 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 21 | 0 | 0.54 | 0.90 | 0.14 | 24.42 | 0.83 | 0.47 |
| Hex | DC | 66 | 15 | 0 | 36 | 5A | E | 18 | 53 | 2F |
| Octal | 334 | 146 | 25 | 0 | 66 | 132 | 16 | 30 | 123 | 57 |
| Binary | 11011100 | 1100110 | 10101 | 0 | 110110 | 1011010 | 1110 | 11000 | 1010011 | 101111 |
Color Harmonies of #DC6615
Complementary color
Monochromatic Colors of #DC6615
Black with #DC6615
Text Example
Text Example
White with #DC6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6615; }
p { color: rgb(220,102,21); }
H1.HeaderClassName
{
color: #DC6615;
}
.AnyTagClassName
{
color: #DC6615;
}
</style>
background-color css
<style>
a { background-color: #DC6615; }
a { background-color: rgb(220,102,21); }
div.DivClassName
{
background-color: #DC6615;
}
.BgClassName
{
background-color: #DC6615;
}
</style>
border-color css
<style>
span { border-color: #DC6615; }
span { border-color: rgb(220,102,21); }
td.TdClassName
{
border-color: #DC6615;
}
.TagClassName
{
border-color: #DC6615;
}
</style>