Shades of Chocolate #DA6D0E
Tints of Chocolate #DA6D0E
RGB
CMYK
RGB Variations
Color information
#DA6D0E (or 0xDA6D0E) is known color: Chocolate. HEX triplet: DA, 6D and 0E. RGB value is (218,109,14). Sum of RGB (Red+Green+Blue) = 218+109+14=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6D0E is #2592F1. Grayscale: #838383. Windows color (decimal): -2462450 or 945626. OLE color: 945626.
HSL color Cylindrical-coordinate representation of color #DA6D0E: hue angle of 27.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA6D0E is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 14 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.15 |
| HSL | 27.94º | 0.88% | 0.45% | - |
| HSV(B) | 27.94º | 0.94% | 0.85% | - |
| XYZ | 34.46 | 25.87 | 3.59 | - |
| YUV | 130.76 | 62.11 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 14 | 0 | 0.5 | 0.94 | 0.15 | 27.94 | 0.88 | 0.45 |
| Hex | DA | 6D | E | 0 | 32 | 5E | F | 1C | 58 | 2D |
| Octal | 332 | 155 | 16 | 0 | 62 | 136 | 17 | 34 | 130 | 55 |
| Binary | 11011010 | 1101101 | 1110 | 0 | 110010 | 1011110 | 1111 | 11100 | 1011000 | 101101 |
Color Harmonies of #DA6D0E
Complementary color
Monochromatic Colors of #DA6D0E
Black with #DA6D0E
Text Example
Text Example
White with #DA6D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D0E; }
p { color: rgb(218,109,14); }
H1.HeaderClassName
{
color: #DA6D0E;
}
.AnyTagClassName
{
color: #DA6D0E;
}
</style>
background-color css
<style>
a { background-color: #DA6D0E; }
a { background-color: rgb(218,109,14); }
div.DivClassName
{
background-color: #DA6D0E;
}
.BgClassName
{
background-color: #DA6D0E;
}
</style>
border-color css
<style>
span { border-color: #DA6D0E; }
span { border-color: rgb(218,109,14); }
td.TdClassName
{
border-color: #DA6D0E;
}
.TagClassName
{
border-color: #DA6D0E;
}
</style>