Shades of Chocolate #DA6A0E
Tints of Chocolate #DA6A0E
RGB
CMYK
RGB Variations
Color information
#DA6A0E (or 0xDA6A0E) is known color: Chocolate. HEX triplet: DA, 6A and 0E. RGB value is (218,106,14). Sum of RGB (Red+Green+Blue) = 218+106+14=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6A0E is #2595F1. Grayscale: #818181. Windows color (decimal): -2463218 or 944858. OLE color: 944858.
HSL color Cylindrical-coordinate representation of color #DA6A0E: hue angle of 27.06º 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 #DA6A0E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.15 |
| HSL | 27.06º | 0.88% | 0.45% | - |
| HSV(B) | 27.06º | 0.94% | 0.85% | - |
| XYZ | 34.15 | 25.25 | 3.49 | - |
| YUV | 129 | 63.11 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 14 | 0 | 0.51 | 0.94 | 0.15 | 27.06 | 0.88 | 0.45 |
| Hex | DA | 6A | E | 0 | 33 | 5E | F | 1B | 58 | 2D |
| Octal | 332 | 152 | 16 | 0 | 63 | 136 | 17 | 33 | 130 | 55 |
| Binary | 11011010 | 1101010 | 1110 | 0 | 110011 | 1011110 | 1111 | 11011 | 1011000 | 101101 |
Color Harmonies of #DA6A0E
Complementary color
Monochromatic Colors of #DA6A0E
Black with #DA6A0E
Text Example
Text Example
White with #DA6A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A0E; }
p { color: rgb(218,106,14); }
H1.HeaderClassName
{
color: #DA6A0E;
}
.AnyTagClassName
{
color: #DA6A0E;
}
</style>
background-color css
<style>
a { background-color: #DA6A0E; }
a { background-color: rgb(218,106,14); }
div.DivClassName
{
background-color: #DA6A0E;
}
.BgClassName
{
background-color: #DA6A0E;
}
</style>
border-color css
<style>
span { border-color: #DA6A0E; }
span { border-color: rgb(218,106,14); }
td.TdClassName
{
border-color: #DA6A0E;
}
.TagClassName
{
border-color: #DA6A0E;
}
</style>