Shades of Chocolate #DC7513
Tints of Chocolate #DC7513
RGB
CMYK
RGB Variations
Color information
#DC7513 (or 0xDC7513) is known color: Chocolate. HEX triplet: DC, 75 and 13. RGB value is (220,117,19). Sum of RGB (Red+Green+Blue) = 220+117+19=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7513 is #238AEC. Grayscale: #898989. Windows color (decimal): -2329325 or 1275356. OLE color: 1275356.
HSL color Cylindrical-coordinate representation of color #DC7513: hue angle of 29.25º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC7513 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 19 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.14 |
| HSL | 29.25º | 0.84% | 0.47% | - |
| HSV(B) | 29.25º | 0.91% | 0.86% | - |
| XYZ | 35.99 | 27.99 | 4.12 | - |
| YUV | 136.63 | 61.62 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 19 | 0 | 0.47 | 0.91 | 0.14 | 29.25 | 0.84 | 0.47 |
| Hex | DC | 75 | 13 | 0 | 2F | 5B | E | 1D | 54 | 2F |
| Octal | 334 | 165 | 23 | 0 | 57 | 133 | 16 | 35 | 124 | 57 |
| Binary | 11011100 | 1110101 | 10011 | 0 | 101111 | 1011011 | 1110 | 11101 | 1010100 | 101111 |
Color Harmonies of #DC7513
Complementary color
Monochromatic Colors of #DC7513
Black with #DC7513
Text Example
Text Example
White with #DC7513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7513; }
p { color: rgb(220,117,19); }
H1.HeaderClassName
{
color: #DC7513;
}
.AnyTagClassName
{
color: #DC7513;
}
</style>
background-color css
<style>
a { background-color: #DC7513; }
a { background-color: rgb(220,117,19); }
div.DivClassName
{
background-color: #DC7513;
}
.BgClassName
{
background-color: #DC7513;
}
</style>
border-color css
<style>
span { border-color: #DC7513; }
span { border-color: rgb(220,117,19); }
td.TdClassName
{
border-color: #DC7513;
}
.TagClassName
{
border-color: #DC7513;
}
</style>