Shades of Chocolate #DC6215
Tints of Chocolate #DC6215
RGB
CMYK
RGB Variations
Color information
#DC6215 (or 0xDC6215) is known color: Chocolate. HEX triplet: DC, 62 and 15. RGB value is (220,98,21). Sum of RGB (Red+Green+Blue) = 220+98+21=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6215 is #239DEA. Grayscale: #7E7E7E. Windows color (decimal): -2334187 or 1401564. OLE color: 1401564.
HSL color Cylindrical-coordinate representation of color #DC6215: hue angle of 23.22º 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 #DC6215 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 21 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.14 |
| HSL | 23.22º | 0.83% | 0.47% | - |
| HSV(B) | 23.22º | 0.9% | 0.86% | - |
| XYZ | 34.02 | 24.01 | 3.55 | - |
| YUV | 125.7 | 68.92 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 21 | 0 | 0.55 | 0.90 | 0.14 | 23.22 | 0.83 | 0.47 |
| Hex | DC | 62 | 15 | 0 | 37 | 5A | E | 17 | 53 | 2F |
| Octal | 334 | 142 | 25 | 0 | 67 | 132 | 16 | 27 | 123 | 57 |
| Binary | 11011100 | 1100010 | 10101 | 0 | 110111 | 1011010 | 1110 | 10111 | 1010011 | 101111 |
Color Harmonies of #DC6215
Complementary color
Monochromatic Colors of #DC6215
Black with #DC6215
Text Example
Text Example
White with #DC6215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6215; }
p { color: rgb(220,98,21); }
H1.HeaderClassName
{
color: #DC6215;
}
.AnyTagClassName
{
color: #DC6215;
}
</style>
background-color css
<style>
a { background-color: #DC6215; }
a { background-color: rgb(220,98,21); }
div.DivClassName
{
background-color: #DC6215;
}
.BgClassName
{
background-color: #DC6215;
}
</style>
border-color css
<style>
span { border-color: #DC6215; }
span { border-color: rgb(220,98,21); }
td.TdClassName
{
border-color: #DC6215;
}
.TagClassName
{
border-color: #DC6215;
}
</style>