Shades of Chocolate #DA7118
Tints of Chocolate #DA7118
RGB
CMYK
RGB Variations
Color information
#DA7118 (or 0xDA7118) is known color: Chocolate. HEX triplet: DA, 71 and 18. RGB value is (218,113,24). Sum of RGB (Red+Green+Blue) = 218+113+24=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7118 is #258EE7. Grayscale: #868686. Windows color (decimal): -2461416 or 1602010. OLE color: 1602010.
HSL color Cylindrical-coordinate representation of color #DA7118: hue angle of 27.53º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA7118 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 24 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.15 |
| HSL | 27.53º | 0.8% | 0.47% | - |
| HSV(B) | 27.53º | 0.89% | 0.85% | - |
| XYZ | 34.98 | 26.78 | 4.19 | - |
| YUV | 134.25 | 65.79 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 24 | 0 | 0.48 | 0.89 | 0.15 | 27.53 | 0.8 | 0.47 |
| Hex | DA | 71 | 18 | 0 | 30 | 59 | F | 1C | 50 | 2F |
| Octal | 332 | 161 | 30 | 0 | 60 | 131 | 17 | 34 | 120 | 57 |
| Binary | 11011010 | 1110001 | 11000 | 0 | 110000 | 1011001 | 1111 | 11100 | 1010000 | 101111 |
Color Harmonies of #DA7118
Complementary color
Monochromatic Colors of #DA7118
Black with #DA7118
Text Example
Text Example
White with #DA7118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7118; }
p { color: rgb(218,113,24); }
H1.HeaderClassName
{
color: #DA7118;
}
.AnyTagClassName
{
color: #DA7118;
}
</style>
background-color css
<style>
a { background-color: #DA7118; }
a { background-color: rgb(218,113,24); }
div.DivClassName
{
background-color: #DA7118;
}
.BgClassName
{
background-color: #DA7118;
}
</style>
border-color css
<style>
span { border-color: #DA7118; }
span { border-color: rgb(218,113,24); }
td.TdClassName
{
border-color: #DA7118;
}
.TagClassName
{
border-color: #DA7118;
}
</style>