Shades of Chocolate #DC521C
Tints of Chocolate #DC521C
RGB
CMYK
RGB Variations
Color information
#DC521C (or 0xDC521C) is known color: Chocolate. HEX triplet: DC, 52 and 1C. RGB value is (220,82,28). Sum of RGB (Red+Green+Blue) = 220+82+28=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC521C is #23ADE3. Grayscale: #757575. Windows color (decimal): -2338276 or 1856220. OLE color: 1856220.
HSL color Cylindrical-coordinate representation of color #DC521C: hue angle of 16.88º 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 #DC521C is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 28 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.14 |
| HSL | 16.88º | 0.77% | 0.49% | - |
| HSV(B) | 16.88º | 0.87% | 0.86% | - |
| XYZ | 32.74 | 21.33 | 3.49 | - |
| YUV | 117.11 | 77.72 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 28 | 0 | 0.63 | 0.87 | 0.14 | 16.88 | 0.77 | 0.49 |
| Hex | DC | 52 | 1C | 0 | 3F | 57 | E | 11 | 4D | 31 |
| Octal | 334 | 122 | 34 | 0 | 77 | 127 | 16 | 21 | 115 | 61 |
| Binary | 11011100 | 1010010 | 11100 | 0 | 111111 | 1010111 | 1110 | 10001 | 1001101 | 110001 |
Color Harmonies of #DC521C
Complementary color
Monochromatic Colors of #DC521C
Black with #DC521C
Text Example
Text Example
White with #DC521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC521C; }
p { color: rgb(220,82,28); }
H1.HeaderClassName
{
color: #DC521C;
}
.AnyTagClassName
{
color: #DC521C;
}
</style>
background-color css
<style>
a { background-color: #DC521C; }
a { background-color: rgb(220,82,28); }
div.DivClassName
{
background-color: #DC521C;
}
.BgClassName
{
background-color: #DC521C;
}
</style>
border-color css
<style>
span { border-color: #DC521C; }
span { border-color: rgb(220,82,28); }
td.TdClassName
{
border-color: #DC521C;
}
.TagClassName
{
border-color: #DC521C;
}
</style>