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