Shades of Chocolate #DC521A
Tints of Chocolate #DC521A
RGB
CMYK
RGB Variations
Color information
#DC521A (or 0xDC521A) is known color: Chocolate. HEX triplet: DC, 52 and 1A. RGB value is (220,82,26). Sum of RGB (Red+Green+Blue) = 220+82+26=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC521A is #23ADE5. Grayscale: #757575. Windows color (decimal): -2338278 or 1725148. OLE color: 1725148.
HSL color Cylindrical-coordinate representation of color #DC521A: hue angle of 17.32º 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 #DC521A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 26 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.14 |
| HSL | 17.32º | 0.79% | 0.48% | - |
| HSV(B) | 17.32º | 0.88% | 0.86% | - |
| XYZ | 32.72 | 21.32 | 3.37 | - |
| YUV | 116.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 26 | 0 | 0.63 | 0.88 | 0.14 | 17.32 | 0.79 | 0.48 |
| Hex | DC | 52 | 1A | 0 | 3F | 58 | E | 11 | 4F | 30 |
| Octal | 334 | 122 | 32 | 0 | 77 | 130 | 16 | 21 | 117 | 60 |
| Binary | 11011100 | 1010010 | 11010 | 0 | 111111 | 1011000 | 1110 | 10001 | 1001111 | 110000 |
Color Harmonies of #DC521A
Complementary color
Monochromatic Colors of #DC521A
Black with #DC521A
Text Example
Text Example
White with #DC521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC521A; }
p { color: rgb(220,82,26); }
H1.HeaderClassName
{
color: #DC521A;
}
.AnyTagClassName
{
color: #DC521A;
}
</style>
background-color css
<style>
a { background-color: #DC521A; }
a { background-color: rgb(220,82,26); }
div.DivClassName
{
background-color: #DC521A;
}
.BgClassName
{
background-color: #DC521A;
}
</style>
border-color css
<style>
span { border-color: #DC521A; }
span { border-color: rgb(220,82,26); }
td.TdClassName
{
border-color: #DC521A;
}
.TagClassName
{
border-color: #DC521A;
}
</style>