Shades of Chocolate #DC5417
Tints of Chocolate #DC5417
RGB
CMYK
RGB Variations
Color information
#DC5417 (or 0xDC5417) is known color: Chocolate. HEX triplet: DC, 54 and 17. RGB value is (220,84,23). Sum of RGB (Red+Green+Blue) = 220+84+23=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5417 is #23ABE8. Grayscale: #767676. Windows color (decimal): -2337769 or 1529052. OLE color: 1529052.
HSL color Cylindrical-coordinate representation of color #DC5417: hue angle of 18.58º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC5417 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 23 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.14 |
| HSL | 18.58º | 0.81% | 0.48% | - |
| HSV(B) | 18.58º | 0.9% | 0.86% | - |
| XYZ | 32.84 | 21.62 | 3.25 | - |
| YUV | 117.71 | 74.56 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 23 | 0 | 0.62 | 0.90 | 0.14 | 18.58 | 0.81 | 0.48 |
| Hex | DC | 54 | 17 | 0 | 3E | 5A | E | 13 | 51 | 30 |
| Octal | 334 | 124 | 27 | 0 | 76 | 132 | 16 | 23 | 121 | 60 |
| Binary | 11011100 | 1010100 | 10111 | 0 | 111110 | 1011010 | 1110 | 10011 | 1010001 | 110000 |
Color Harmonies of #DC5417
Complementary color
Monochromatic Colors of #DC5417
Black with #DC5417
Text Example
Text Example
White with #DC5417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5417; }
p { color: rgb(220,84,23); }
H1.HeaderClassName
{
color: #DC5417;
}
.AnyTagClassName
{
color: #DC5417;
}
</style>
background-color css
<style>
a { background-color: #DC5417; }
a { background-color: rgb(220,84,23); }
div.DivClassName
{
background-color: #DC5417;
}
.BgClassName
{
background-color: #DC5417;
}
</style>
border-color css
<style>
span { border-color: #DC5417; }
span { border-color: rgb(220,84,23); }
td.TdClassName
{
border-color: #DC5417;
}
.TagClassName
{
border-color: #DC5417;
}
</style>