Shades of Chocolate #DC7319
Tints of Chocolate #DC7319
RGB
CMYK
RGB Variations
Color information
#DC7319 (or 0xDC7319) is known color: Chocolate. HEX triplet: DC, 73 and 19. RGB value is (220,115,25). Sum of RGB (Red+Green+Blue) = 220+115+25=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7319 is #238CE6. Grayscale: #888888. Windows color (decimal): -2329831 or 1668060. OLE color: 1668060.
HSL color Cylindrical-coordinate representation of color #DC7319: hue angle of 27.69º 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 #DC7319 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 25 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.14 |
| HSL | 27.69º | 0.8% | 0.48% | - |
| HSV(B) | 27.69º | 0.89% | 0.86% | - |
| XYZ | 35.82 | 27.55 | 4.35 | - |
| YUV | 136.14 | 65.29 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 25 | 0 | 0.48 | 0.89 | 0.14 | 27.69 | 0.8 | 0.48 |
| Hex | DC | 73 | 19 | 0 | 30 | 59 | E | 1C | 50 | 30 |
| Octal | 334 | 163 | 31 | 0 | 60 | 131 | 16 | 34 | 120 | 60 |
| Binary | 11011100 | 1110011 | 11001 | 0 | 110000 | 1011001 | 1110 | 11100 | 1010000 | 110000 |
Color Harmonies of #DC7319
Complementary color
Monochromatic Colors of #DC7319
Black with #DC7319
Text Example
Text Example
White with #DC7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7319; }
p { color: rgb(220,115,25); }
H1.HeaderClassName
{
color: #DC7319;
}
.AnyTagClassName
{
color: #DC7319;
}
</style>
background-color css
<style>
a { background-color: #DC7319; }
a { background-color: rgb(220,115,25); }
div.DivClassName
{
background-color: #DC7319;
}
.BgClassName
{
background-color: #DC7319;
}
</style>
border-color css
<style>
span { border-color: #DC7319; }
span { border-color: rgb(220,115,25); }
td.TdClassName
{
border-color: #DC7319;
}
.TagClassName
{
border-color: #DC7319;
}
</style>