Shades of Chocolate #DC7519
Tints of Chocolate #DC7519
RGB
CMYK
RGB Variations
Color information
#DC7519 (or 0xDC7519) is known color: Chocolate. HEX triplet: DC, 75 and 19. RGB value is (220,117,25). Sum of RGB (Red+Green+Blue) = 220+117+25=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7519 is #238AE6. Grayscale: #898989. Windows color (decimal): -2329319 or 1668572. OLE color: 1668572.
HSL color Cylindrical-coordinate representation of color #DC7519: hue angle of 28.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC7519 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 25 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.14 |
| HSL | 28.31º | 0.8% | 0.48% | - |
| HSV(B) | 28.31º | 0.89% | 0.86% | - |
| XYZ | 36.05 | 28.01 | 4.43 | - |
| YUV | 137.31 | 64.62 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 25 | 0 | 0.47 | 0.89 | 0.14 | 28.31 | 0.8 | 0.48 |
| Hex | DC | 75 | 19 | 0 | 2F | 59 | E | 1C | 50 | 30 |
| Octal | 334 | 165 | 31 | 0 | 57 | 131 | 16 | 34 | 120 | 60 |
| Binary | 11011100 | 1110101 | 11001 | 0 | 101111 | 1011001 | 1110 | 11100 | 1010000 | 110000 |
Color Harmonies of #DC7519
Complementary color
Monochromatic Colors of #DC7519
Black with #DC7519
Text Example
Text Example
White with #DC7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7519; }
p { color: rgb(220,117,25); }
H1.HeaderClassName
{
color: #DC7519;
}
.AnyTagClassName
{
color: #DC7519;
}
</style>
background-color css
<style>
a { background-color: #DC7519; }
a { background-color: rgb(220,117,25); }
div.DivClassName
{
background-color: #DC7519;
}
.BgClassName
{
background-color: #DC7519;
}
</style>
border-color css
<style>
span { border-color: #DC7519; }
span { border-color: rgb(220,117,25); }
td.TdClassName
{
border-color: #DC7519;
}
.TagClassName
{
border-color: #DC7519;
}
</style>