Shades of Chocolate #DA7014
Tints of Chocolate #DA7014
RGB
CMYK
RGB Variations
Color information
#DA7014 (or 0xDA7014) is known color: Chocolate. HEX triplet: DA, 70 and 14. RGB value is (218,112,20). Sum of RGB (Red+Green+Blue) = 218+112+20=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7014 is #258FEB. Grayscale: #858585. Windows color (decimal): -2461676 or 1339610. OLE color: 1339610.
HSL color Cylindrical-coordinate representation of color #DA7014: hue angle of 27.88º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA7014 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 20 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.15 |
| HSL | 27.88º | 0.83% | 0.47% | - |
| HSV(B) | 27.88º | 0.91% | 0.85% | - |
| XYZ | 34.83 | 26.54 | 3.95 | - |
| YUV | 133.21 | 64.12 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 20 | 0 | 0.49 | 0.91 | 0.15 | 27.88 | 0.83 | 0.47 |
| Hex | DA | 70 | 14 | 0 | 31 | 5B | F | 1C | 53 | 2F |
| Octal | 332 | 160 | 24 | 0 | 61 | 133 | 17 | 34 | 123 | 57 |
| Binary | 11011010 | 1110000 | 10100 | 0 | 110001 | 1011011 | 1111 | 11100 | 1010011 | 101111 |
Color Harmonies of #DA7014
Complementary color
Monochromatic Colors of #DA7014
Black with #DA7014
Text Example
Text Example
White with #DA7014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7014; }
p { color: rgb(218,112,20); }
H1.HeaderClassName
{
color: #DA7014;
}
.AnyTagClassName
{
color: #DA7014;
}
</style>
background-color css
<style>
a { background-color: #DA7014; }
a { background-color: rgb(218,112,20); }
div.DivClassName
{
background-color: #DA7014;
}
.BgClassName
{
background-color: #DA7014;
}
</style>
border-color css
<style>
span { border-color: #DA7014; }
span { border-color: rgb(218,112,20); }
td.TdClassName
{
border-color: #DA7014;
}
.TagClassName
{
border-color: #DA7014;
}
</style>