Shades of Chocolate #DC6C15
Tints of Chocolate #DC6C15
RGB
CMYK
RGB Variations
Color information
#DC6C15 (or 0xDC6C15) is known color: Chocolate. HEX triplet: DC, 6C and 15. RGB value is (220,108,21). Sum of RGB (Red+Green+Blue) = 220+108+21=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C15 is #2393EA. Grayscale: #848484. Windows color (decimal): -2331627 or 1404124. OLE color: 1404124.
HSL color Cylindrical-coordinate representation of color #DC6C15: hue angle of 26.23º 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 #DC6C15 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 21 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.14 |
| HSL | 26.23º | 0.83% | 0.47% | - |
| HSV(B) | 26.23º | 0.9% | 0.86% | - |
| XYZ | 35.01 | 25.99 | 3.88 | - |
| YUV | 131.57 | 65.61 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 21 | 0 | 0.51 | 0.90 | 0.14 | 26.23 | 0.83 | 0.47 |
| Hex | DC | 6C | 15 | 0 | 33 | 5A | E | 1A | 53 | 2F |
| Octal | 334 | 154 | 25 | 0 | 63 | 132 | 16 | 32 | 123 | 57 |
| Binary | 11011100 | 1101100 | 10101 | 0 | 110011 | 1011010 | 1110 | 11010 | 1010011 | 101111 |
Color Harmonies of #DC6C15
Complementary color
Monochromatic Colors of #DC6C15
Black with #DC6C15
Text Example
Text Example
White with #DC6C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C15; }
p { color: rgb(220,108,21); }
H1.HeaderClassName
{
color: #DC6C15;
}
.AnyTagClassName
{
color: #DC6C15;
}
</style>
background-color css
<style>
a { background-color: #DC6C15; }
a { background-color: rgb(220,108,21); }
div.DivClassName
{
background-color: #DC6C15;
}
.BgClassName
{
background-color: #DC6C15;
}
</style>
border-color css
<style>
span { border-color: #DC6C15; }
span { border-color: rgb(220,108,21); }
td.TdClassName
{
border-color: #DC6C15;
}
.TagClassName
{
border-color: #DC6C15;
}
</style>