Shades of Chocolate #DA521C
Tints of Chocolate #DA521C
RGB
CMYK
RGB Variations
Color information
#DA521C (or 0xDA521C) is known color: Chocolate. HEX triplet: DA, 52 and 1C. RGB value is (218,82,28). Sum of RGB (Red+Green+Blue) = 218+82+28=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA521C is #25ADE3. Grayscale: #747474. Windows color (decimal): -2469348 or 1856218. OLE color: 1856218.
HSL color Cylindrical-coordinate representation of color #DA521C: hue angle of 17.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA521C is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 28 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.15 |
| HSL | 17.05º | 0.77% | 0.48% | - |
| HSV(B) | 17.05º | 0.87% | 0.85% | - |
| XYZ | 32.14 | 21.02 | 3.46 | - |
| YUV | 116.51 | 78.06 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 28 | 0 | 0.62 | 0.87 | 0.15 | 17.05 | 0.77 | 0.48 |
| Hex | DA | 52 | 1C | 0 | 3E | 57 | F | 11 | 4D | 30 |
| Octal | 332 | 122 | 34 | 0 | 76 | 127 | 17 | 21 | 115 | 60 |
| Binary | 11011010 | 1010010 | 11100 | 0 | 111110 | 1010111 | 1111 | 10001 | 1001101 | 110000 |
Color Harmonies of #DA521C
Complementary color
Monochromatic Colors of #DA521C
Black with #DA521C
Text Example
Text Example
White with #DA521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA521C; }
p { color: rgb(218,82,28); }
H1.HeaderClassName
{
color: #DA521C;
}
.AnyTagClassName
{
color: #DA521C;
}
</style>
background-color css
<style>
a { background-color: #DA521C; }
a { background-color: rgb(218,82,28); }
div.DivClassName
{
background-color: #DA521C;
}
.BgClassName
{
background-color: #DA521C;
}
</style>
border-color css
<style>
span { border-color: #DA521C; }
span { border-color: rgb(218,82,28); }
td.TdClassName
{
border-color: #DA521C;
}
.TagClassName
{
border-color: #DA521C;
}
</style>