Shades of Chocolate #DA7415
Tints of Chocolate #DA7415
RGB
CMYK
RGB Variations
Color information
#DA7415 (or 0xDA7415) is known color: Chocolate. HEX triplet: DA, 74 and 15. RGB value is (218,116,21). Sum of RGB (Red+Green+Blue) = 218+116+21=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7415 is #258BEA. Grayscale: #888888. Windows color (decimal): -2460651 or 1406170. OLE color: 1406170.
HSL color Cylindrical-coordinate representation of color #DA7415: hue angle of 28.93º 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 #DA7415 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 21 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.15 |
| HSL | 28.93º | 0.82% | 0.47% | - |
| HSV(B) | 28.93º | 0.9% | 0.85% | - |
| XYZ | 35.29 | 27.45 | 4.15 | - |
| YUV | 135.67 | 63.29 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 21 | 0 | 0.47 | 0.90 | 0.15 | 28.93 | 0.82 | 0.47 |
| Hex | DA | 74 | 15 | 0 | 2F | 5A | F | 1D | 52 | 2F |
| Octal | 332 | 164 | 25 | 0 | 57 | 132 | 17 | 35 | 122 | 57 |
| Binary | 11011010 | 1110100 | 10101 | 0 | 101111 | 1011010 | 1111 | 11101 | 1010010 | 101111 |
Color Harmonies of #DA7415
Complementary color
Monochromatic Colors of #DA7415
Black with #DA7415
Text Example
Text Example
White with #DA7415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7415; }
p { color: rgb(218,116,21); }
H1.HeaderClassName
{
color: #DA7415;
}
.AnyTagClassName
{
color: #DA7415;
}
</style>
background-color css
<style>
a { background-color: #DA7415; }
a { background-color: rgb(218,116,21); }
div.DivClassName
{
background-color: #DA7415;
}
.BgClassName
{
background-color: #DA7415;
}
</style>
border-color css
<style>
span { border-color: #DA7415; }
span { border-color: rgb(218,116,21); }
td.TdClassName
{
border-color: #DA7415;
}
.TagClassName
{
border-color: #DA7415;
}
</style>