Shades of Chocolate #DA5D12
Tints of Chocolate #DA5D12
RGB
CMYK
RGB Variations
Color information
#DA5D12 (or 0xDA5D12) is known color: Chocolate. HEX triplet: DA, 5D and 12. RGB value is (218,93,18). Sum of RGB (Red+Green+Blue) = 218+93+18=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5D12 is #25A2ED. Grayscale: #7A7A7A. Windows color (decimal): -2466542 or 1203674. OLE color: 1203674.
HSL color Cylindrical-coordinate representation of color #DA5D12: hue angle of 22.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA5D12 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.15 |
| HSL | 22.5º | 0.85% | 0.46% | - |
| HSV(B) | 22.5º | 0.92% | 0.85% | - |
| XYZ | 32.94 | 22.78 | 3.23 | - |
| YUV | 121.83 | 69.41 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 18 | 0 | 0.57 | 0.92 | 0.15 | 22.5 | 0.85 | 0.46 |
| Hex | DA | 5D | 12 | 0 | 39 | 5C | F | 16 | 55 | 2E |
| Octal | 332 | 135 | 22 | 0 | 71 | 134 | 17 | 26 | 125 | 56 |
| Binary | 11011010 | 1011101 | 10010 | 0 | 111001 | 1011100 | 1111 | 10110 | 1010101 | 101110 |
Color Harmonies of #DA5D12
Complementary color
Monochromatic Colors of #DA5D12
Black with #DA5D12
Text Example
Text Example
White with #DA5D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D12; }
p { color: rgb(218,93,18); }
H1.HeaderClassName
{
color: #DA5D12;
}
.AnyTagClassName
{
color: #DA5D12;
}
</style>
background-color css
<style>
a { background-color: #DA5D12; }
a { background-color: rgb(218,93,18); }
div.DivClassName
{
background-color: #DA5D12;
}
.BgClassName
{
background-color: #DA5D12;
}
</style>
border-color css
<style>
span { border-color: #DA5D12; }
span { border-color: rgb(218,93,18); }
td.TdClassName
{
border-color: #DA5D12;
}
.TagClassName
{
border-color: #DA5D12;
}
</style>