Shades of Chocolate #DC5912
Tints of Chocolate #DC5912
RGB
CMYK
RGB Variations
Color information
#DC5912 (or 0xDC5912) is known color: Chocolate. HEX triplet: DC, 59 and 12. RGB value is (220,89,18). Sum of RGB (Red+Green+Blue) = 220+89+18=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5912 is #23A6ED. Grayscale: #787878. Windows color (decimal): -2336494 or 1202652. OLE color: 1202652.
HSL color Cylindrical-coordinate representation of color #DC5912: hue angle of 21.09º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC5912 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 18 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.14 |
| HSL | 21.09º | 0.85% | 0.47% | - |
| HSV(B) | 21.09º | 0.92% | 0.86% | - |
| XYZ | 33.2 | 22.4 | 3.15 | - |
| YUV | 120.08 | 70.4 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 18 | 0 | 0.60 | 0.92 | 0.14 | 21.09 | 0.85 | 0.47 |
| Hex | DC | 59 | 12 | 0 | 3C | 5C | E | 15 | 55 | 2F |
| Octal | 334 | 131 | 22 | 0 | 74 | 134 | 16 | 25 | 125 | 57 |
| Binary | 11011100 | 1011001 | 10010 | 0 | 111100 | 1011100 | 1110 | 10101 | 1010101 | 101111 |
Color Harmonies of #DC5912
Complementary color
Monochromatic Colors of #DC5912
Black with #DC5912
Text Example
Text Example
White with #DC5912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5912; }
p { color: rgb(220,89,18); }
H1.HeaderClassName
{
color: #DC5912;
}
.AnyTagClassName
{
color: #DC5912;
}
</style>
background-color css
<style>
a { background-color: #DC5912; }
a { background-color: rgb(220,89,18); }
div.DivClassName
{
background-color: #DC5912;
}
.BgClassName
{
background-color: #DC5912;
}
</style>
border-color css
<style>
span { border-color: #DC5912; }
span { border-color: rgb(220,89,18); }
td.TdClassName
{
border-color: #DC5912;
}
.TagClassName
{
border-color: #DC5912;
}
</style>