Shades of Chocolate #DC731A
Tints of Chocolate #DC731A
RGB
CMYK
RGB Variations
Color information
#DC731A (or 0xDC731A) is known color: Chocolate. HEX triplet: DC, 73 and 1A. RGB value is (220,115,26). Sum of RGB (Red+Green+Blue) = 220+115+26=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC731A is #238CE5. Grayscale: #888888. Windows color (decimal): -2329830 or 1733596. OLE color: 1733596.
HSL color Cylindrical-coordinate representation of color #DC731A: hue angle of 27.53º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC731A is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 26 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.14 |
| HSL | 27.53º | 0.79% | 0.48% | - |
| HSV(B) | 27.53º | 0.88% | 0.86% | - |
| XYZ | 35.83 | 27.55 | 4.41 | - |
| YUV | 136.25 | 65.79 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 26 | 0 | 0.48 | 0.88 | 0.14 | 27.53 | 0.79 | 0.48 |
| Hex | DC | 73 | 1A | 0 | 30 | 58 | E | 1C | 4F | 30 |
| Octal | 334 | 163 | 32 | 0 | 60 | 130 | 16 | 34 | 117 | 60 |
| Binary | 11011100 | 1110011 | 11010 | 0 | 110000 | 1011000 | 1110 | 11100 | 1001111 | 110000 |
Color Harmonies of #DC731A
Complementary color
Monochromatic Colors of #DC731A
Black with #DC731A
Text Example
Text Example
White with #DC731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC731A; }
p { color: rgb(220,115,26); }
H1.HeaderClassName
{
color: #DC731A;
}
.AnyTagClassName
{
color: #DC731A;
}
</style>
background-color css
<style>
a { background-color: #DC731A; }
a { background-color: rgb(220,115,26); }
div.DivClassName
{
background-color: #DC731A;
}
.BgClassName
{
background-color: #DC731A;
}
</style>
border-color css
<style>
span { border-color: #DC731A; }
span { border-color: rgb(220,115,26); }
td.TdClassName
{
border-color: #DC731A;
}
.TagClassName
{
border-color: #DC731A;
}
</style>