Shades of Chocolate #DC6013
Tints of Chocolate #DC6013
RGB
CMYK
RGB Variations
Color information
#DC6013 (or 0xDC6013) is known color: Chocolate. HEX triplet: DC, 60 and 13. RGB value is (220,96,19). Sum of RGB (Red+Green+Blue) = 220+96+19=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6013 is #239FEC. Grayscale: #7C7C7C. Windows color (decimal): -2334701 or 1269980. OLE color: 1269980.
HSL color Cylindrical-coordinate representation of color #DC6013: hue angle of 22.99º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC6013 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 19 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.14 |
| HSL | 22.99º | 0.84% | 0.47% | - |
| HSV(B) | 22.99º | 0.91% | 0.86% | - |
| XYZ | 33.82 | 23.63 | 3.39 | - |
| YUV | 124.3 | 68.58 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 19 | 0 | 0.56 | 0.91 | 0.14 | 22.99 | 0.84 | 0.47 |
| Hex | DC | 60 | 13 | 0 | 38 | 5B | E | 17 | 54 | 2F |
| Octal | 334 | 140 | 23 | 0 | 70 | 133 | 16 | 27 | 124 | 57 |
| Binary | 11011100 | 1100000 | 10011 | 0 | 111000 | 1011011 | 1110 | 10111 | 1010100 | 101111 |
Color Harmonies of #DC6013
Complementary color
Monochromatic Colors of #DC6013
Black with #DC6013
Text Example
Text Example
White with #DC6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6013; }
p { color: rgb(220,96,19); }
H1.HeaderClassName
{
color: #DC6013;
}
.AnyTagClassName
{
color: #DC6013;
}
</style>
background-color css
<style>
a { background-color: #DC6013; }
a { background-color: rgb(220,96,19); }
div.DivClassName
{
background-color: #DC6013;
}
.BgClassName
{
background-color: #DC6013;
}
</style>
border-color css
<style>
span { border-color: #DC6013; }
span { border-color: rgb(220,96,19); }
td.TdClassName
{
border-color: #DC6013;
}
.TagClassName
{
border-color: #DC6013;
}
</style>