Shades of Chocolate #DC5317
Tints of Chocolate #DC5317
RGB
CMYK
RGB Variations
Color information
#DC5317 (or 0xDC5317) is known color: Chocolate. HEX triplet: DC, 53 and 17. RGB value is (220,83,23). Sum of RGB (Red+Green+Blue) = 220+83+23=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5317 is #23ACE8. Grayscale: #757575. Windows color (decimal): -2338025 or 1528796. OLE color: 1528796.
HSL color Cylindrical-coordinate representation of color #DC5317: hue angle of 18.27º 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 #DC5317 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 23 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.14 |
| HSL | 18.27º | 0.81% | 0.48% | - |
| HSV(B) | 18.27º | 0.9% | 0.86% | - |
| XYZ | 32.76 | 21.46 | 3.23 | - |
| YUV | 117.12 | 74.89 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 23 | 0 | 0.62 | 0.90 | 0.14 | 18.27 | 0.81 | 0.48 |
| Hex | DC | 53 | 17 | 0 | 3E | 5A | E | 12 | 51 | 30 |
| Octal | 334 | 123 | 27 | 0 | 76 | 132 | 16 | 22 | 121 | 60 |
| Binary | 11011100 | 1010011 | 10111 | 0 | 111110 | 1011010 | 1110 | 10010 | 1010001 | 110000 |
Color Harmonies of #DC5317
Complementary color
Monochromatic Colors of #DC5317
Black with #DC5317
Text Example
Text Example
White with #DC5317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5317; }
p { color: rgb(220,83,23); }
H1.HeaderClassName
{
color: #DC5317;
}
.AnyTagClassName
{
color: #DC5317;
}
</style>
background-color css
<style>
a { background-color: #DC5317; }
a { background-color: rgb(220,83,23); }
div.DivClassName
{
background-color: #DC5317;
}
.BgClassName
{
background-color: #DC5317;
}
</style>
border-color css
<style>
span { border-color: #DC5317; }
span { border-color: rgb(220,83,23); }
td.TdClassName
{
border-color: #DC5317;
}
.TagClassName
{
border-color: #DC5317;
}
</style>