Shades of Chocolate #DA7215
Tints of Chocolate #DA7215
RGB
CMYK
RGB Variations
Color information
#DA7215 (or 0xDA7215) is known color: Chocolate. HEX triplet: DA, 72 and 15. RGB value is (218,114,21). Sum of RGB (Red+Green+Blue) = 218+114+21=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7215 is #258DEA. Grayscale: #868686. Windows color (decimal): -2461163 or 1405658. OLE color: 1405658.
HSL color Cylindrical-coordinate representation of color #DA7215: hue angle of 28.32º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA7215 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 21 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.15 |
| HSL | 28.32º | 0.82% | 0.47% | - |
| HSV(B) | 28.32º | 0.9% | 0.85% | - |
| XYZ | 35.07 | 26.99 | 4.07 | - |
| YUV | 134.49 | 63.96 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 21 | 0 | 0.48 | 0.90 | 0.15 | 28.32 | 0.82 | 0.47 |
| Hex | DA | 72 | 15 | 0 | 30 | 5A | F | 1C | 52 | 2F |
| Octal | 332 | 162 | 25 | 0 | 60 | 132 | 17 | 34 | 122 | 57 |
| Binary | 11011010 | 1110010 | 10101 | 0 | 110000 | 1011010 | 1111 | 11100 | 1010010 | 101111 |
Color Harmonies of #DA7215
Complementary color
Monochromatic Colors of #DA7215
Black with #DA7215
Text Example
Text Example
White with #DA7215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7215; }
p { color: rgb(218,114,21); }
H1.HeaderClassName
{
color: #DA7215;
}
.AnyTagClassName
{
color: #DA7215;
}
</style>
background-color css
<style>
a { background-color: #DA7215; }
a { background-color: rgb(218,114,21); }
div.DivClassName
{
background-color: #DA7215;
}
.BgClassName
{
background-color: #DA7215;
}
</style>
border-color css
<style>
span { border-color: #DA7215; }
span { border-color: rgb(218,114,21); }
td.TdClassName
{
border-color: #DA7215;
}
.TagClassName
{
border-color: #DA7215;
}
</style>