Shades of Chocolate #DC731C
Tints of Chocolate #DC731C
RGB
CMYK
RGB Variations
Color information
#DC731C (or 0xDC731C) is known color: Chocolate. HEX triplet: DC, 73 and 1C. RGB value is (220,115,28). Sum of RGB (Red+Green+Blue) = 220+115+28=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC731C is #238CE3. Grayscale: #888888. Windows color (decimal): -2329828 or 1864668. OLE color: 1864668.
HSL color Cylindrical-coordinate representation of color #DC731C: hue angle of 27.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC731C is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 28 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.14 |
| HSL | 27.19º | 0.77% | 0.49% | - |
| HSV(B) | 27.19º | 0.87% | 0.86% | - |
| XYZ | 35.86 | 27.56 | 4.53 | - |
| YUV | 136.48 | 66.79 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 28 | 0 | 0.48 | 0.87 | 0.14 | 27.19 | 0.77 | 0.49 |
| Hex | DC | 73 | 1C | 0 | 30 | 57 | E | 1B | 4D | 31 |
| Octal | 334 | 163 | 34 | 0 | 60 | 127 | 16 | 33 | 115 | 61 |
| Binary | 11011100 | 1110011 | 11100 | 0 | 110000 | 1010111 | 1110 | 11011 | 1001101 | 110001 |
Color Harmonies of #DC731C
Complementary color
Monochromatic Colors of #DC731C
Black with #DC731C
Text Example
Text Example
White with #DC731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC731C; }
p { color: rgb(220,115,28); }
H1.HeaderClassName
{
color: #DC731C;
}
.AnyTagClassName
{
color: #DC731C;
}
</style>
background-color css
<style>
a { background-color: #DC731C; }
a { background-color: rgb(220,115,28); }
div.DivClassName
{
background-color: #DC731C;
}
.BgClassName
{
background-color: #DC731C;
}
</style>
border-color css
<style>
span { border-color: #DC731C; }
span { border-color: rgb(220,115,28); }
td.TdClassName
{
border-color: #DC731C;
}
.TagClassName
{
border-color: #DC731C;
}
</style>