Shades of Chocolate #DC521B
Tints of Chocolate #DC521B
RGB
CMYK
RGB Variations
Color information
#DC521B (or 0xDC521B) is known color: Chocolate. HEX triplet: DC, 52 and 1B. RGB value is (220,82,27). Sum of RGB (Red+Green+Blue) = 220+82+27=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC521B is #23ADE4. Grayscale: #757575. Windows color (decimal): -2338277 or 1790684. OLE color: 1790684.
HSL color Cylindrical-coordinate representation of color #DC521B: hue angle of 17.1º degrees, saturation: 0.78, 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 #DC521B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 27 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.14 |
| HSL | 17.1º | 0.78% | 0.48% | - |
| HSV(B) | 17.1º | 0.88% | 0.86% | - |
| XYZ | 32.73 | 21.33 | 3.43 | - |
| YUV | 116.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 27 | 0 | 0.63 | 0.88 | 0.14 | 17.1 | 0.78 | 0.48 |
| Hex | DC | 52 | 1B | 0 | 3F | 58 | E | 11 | 4E | 30 |
| Octal | 334 | 122 | 33 | 0 | 77 | 130 | 16 | 21 | 116 | 60 |
| Binary | 11011100 | 1010010 | 11011 | 0 | 111111 | 1011000 | 1110 | 10001 | 1001110 | 110000 |
Color Harmonies of #DC521B
Complementary color
Monochromatic Colors of #DC521B
Black with #DC521B
Text Example
Text Example
White with #DC521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC521B; }
p { color: rgb(220,82,27); }
H1.HeaderClassName
{
color: #DC521B;
}
.AnyTagClassName
{
color: #DC521B;
}
</style>
background-color css
<style>
a { background-color: #DC521B; }
a { background-color: rgb(220,82,27); }
div.DivClassName
{
background-color: #DC521B;
}
.BgClassName
{
background-color: #DC521B;
}
</style>
border-color css
<style>
span { border-color: #DC521B; }
span { border-color: rgb(220,82,27); }
td.TdClassName
{
border-color: #DC521B;
}
.TagClassName
{
border-color: #DC521B;
}
</style>