Shades of Chocolate #DA7416
Tints of Chocolate #DA7416
RGB
CMYK
RGB Variations
Color information
#DA7416 (or 0xDA7416) is known color: Chocolate. HEX triplet: DA, 74 and 16. RGB value is (218,116,22). Sum of RGB (Red+Green+Blue) = 218+116+22=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7416 is #258BE9. Grayscale: #888888. Windows color (decimal): -2460650 or 1471706. OLE color: 1471706.
HSL color Cylindrical-coordinate representation of color #DA7416: hue angle of 28.78º 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 #DA7416 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 22 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.15 |
| HSL | 28.78º | 0.82% | 0.47% | - |
| HSV(B) | 28.78º | 0.9% | 0.85% | - |
| XYZ | 35.3 | 27.45 | 4.2 | - |
| YUV | 135.78 | 63.79 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 22 | 0 | 0.47 | 0.90 | 0.15 | 28.78 | 0.82 | 0.47 |
| Hex | DA | 74 | 16 | 0 | 2F | 5A | F | 1D | 52 | 2F |
| Octal | 332 | 164 | 26 | 0 | 57 | 132 | 17 | 35 | 122 | 57 |
| Binary | 11011010 | 1110100 | 10110 | 0 | 101111 | 1011010 | 1111 | 11101 | 1010010 | 101111 |
Color Harmonies of #DA7416
Complementary color
Monochromatic Colors of #DA7416
Black with #DA7416
Text Example
Text Example
White with #DA7416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7416; }
p { color: rgb(218,116,22); }
H1.HeaderClassName
{
color: #DA7416;
}
.AnyTagClassName
{
color: #DA7416;
}
</style>
background-color css
<style>
a { background-color: #DA7416; }
a { background-color: rgb(218,116,22); }
div.DivClassName
{
background-color: #DA7416;
}
.BgClassName
{
background-color: #DA7416;
}
</style>
border-color css
<style>
span { border-color: #DA7416; }
span { border-color: rgb(218,116,22); }
td.TdClassName
{
border-color: #DA7416;
}
.TagClassName
{
border-color: #DA7416;
}
</style>