Shades of Chocolate #DA511C
Tints of Chocolate #DA511C
RGB
CMYK
RGB Variations
Color information
#DA511C (or 0xDA511C) is known color: Chocolate. HEX triplet: DA, 51 and 1C. RGB value is (218,81,28). Sum of RGB (Red+Green+Blue) = 218+81+28=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA511C is #25AEE3. Grayscale: #747474. Windows color (decimal): -2469604 or 1855962. OLE color: 1855962.
HSL color Cylindrical-coordinate representation of color #DA511C: hue angle of 16.74º 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 #DA511C is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 28 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.15 |
| HSL | 16.74º | 0.77% | 0.48% | - |
| HSV(B) | 16.74º | 0.87% | 0.85% | - |
| XYZ | 32.07 | 20.87 | 3.44 | - |
| YUV | 115.92 | 78.39 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 28 | 0 | 0.63 | 0.87 | 0.15 | 16.74 | 0.77 | 0.48 |
| Hex | DA | 51 | 1C | 0 | 3F | 57 | F | 11 | 4D | 30 |
| Octal | 332 | 121 | 34 | 0 | 77 | 127 | 17 | 21 | 115 | 60 |
| Binary | 11011010 | 1010001 | 11100 | 0 | 111111 | 1010111 | 1111 | 10001 | 1001101 | 110000 |
Color Harmonies of #DA511C
Complementary color
Monochromatic Colors of #DA511C
Black with #DA511C
Text Example
Text Example
White with #DA511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA511C; }
p { color: rgb(218,81,28); }
H1.HeaderClassName
{
color: #DA511C;
}
.AnyTagClassName
{
color: #DA511C;
}
</style>
background-color css
<style>
a { background-color: #DA511C; }
a { background-color: rgb(218,81,28); }
div.DivClassName
{
background-color: #DA511C;
}
.BgClassName
{
background-color: #DA511C;
}
</style>
border-color css
<style>
span { border-color: #DA511C; }
span { border-color: rgb(218,81,28); }
td.TdClassName
{
border-color: #DA511C;
}
.TagClassName
{
border-color: #DA511C;
}
</style>