Shades of Chocolate #DC531D
Tints of Chocolate #DC531D
RGB
CMYK
RGB Variations
Color information
#DC531D (or 0xDC531D) is known color: Chocolate. HEX triplet: DC, 53 and 1D. RGB value is (220,83,29). Sum of RGB (Red+Green+Blue) = 220+83+29=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC531D is #23ACE2. Grayscale: #767676. Windows color (decimal): -2338019 or 1922012. OLE color: 1922012.
HSL color Cylindrical-coordinate representation of color #DC531D: hue angle of 16.96º 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 #DC531D is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 29 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.14 |
| HSL | 16.96º | 0.77% | 0.49% | - |
| HSV(B) | 16.96º | 0.87% | 0.86% | - |
| XYZ | 32.83 | 21.49 | 3.58 | - |
| YUV | 117.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 29 | 0 | 0.62 | 0.87 | 0.14 | 16.96 | 0.77 | 0.49 |
| Hex | DC | 53 | 1D | 0 | 3E | 57 | E | 11 | 4D | 31 |
| Octal | 334 | 123 | 35 | 0 | 76 | 127 | 16 | 21 | 115 | 61 |
| Binary | 11011100 | 1010011 | 11101 | 0 | 111110 | 1010111 | 1110 | 10001 | 1001101 | 110001 |
Color Harmonies of #DC531D
Complementary color
Monochromatic Colors of #DC531D
Black with #DC531D
Text Example
Text Example
White with #DC531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC531D; }
p { color: rgb(220,83,29); }
H1.HeaderClassName
{
color: #DC531D;
}
.AnyTagClassName
{
color: #DC531D;
}
</style>
background-color css
<style>
a { background-color: #DC531D; }
a { background-color: rgb(220,83,29); }
div.DivClassName
{
background-color: #DC531D;
}
.BgClassName
{
background-color: #DC531D;
}
</style>
border-color css
<style>
span { border-color: #DC531D; }
span { border-color: rgb(220,83,29); }
td.TdClassName
{
border-color: #DC531D;
}
.TagClassName
{
border-color: #DC531D;
}
</style>