Shades of Chocolate #DA6B0E
Tints of Chocolate #DA6B0E
RGB
CMYK
RGB Variations
Color information
#DA6B0E (or 0xDA6B0E) is known color: Chocolate. HEX triplet: DA, 6B and 0E. RGB value is (218,107,14). Sum of RGB (Red+Green+Blue) = 218+107+14=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6B0E is #2594F1. Grayscale: #828282. Windows color (decimal): -2462962 or 945114. OLE color: 945114.
HSL color Cylindrical-coordinate representation of color #DA6B0E: hue angle of 27.35º 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 #DA6B0E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.15 |
| HSL | 27.35º | 0.88% | 0.45% | - |
| HSV(B) | 27.35º | 0.94% | 0.85% | - |
| XYZ | 34.25 | 25.45 | 3.52 | - |
| YUV | 129.59 | 62.77 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 14 | 0 | 0.51 | 0.94 | 0.15 | 27.35 | 0.88 | 0.45 |
| Hex | DA | 6B | E | 0 | 33 | 5E | F | 1B | 58 | 2D |
| Octal | 332 | 153 | 16 | 0 | 63 | 136 | 17 | 33 | 130 | 55 |
| Binary | 11011010 | 1101011 | 1110 | 0 | 110011 | 1011110 | 1111 | 11011 | 1011000 | 101101 |
Color Harmonies of #DA6B0E
Complementary color
Monochromatic Colors of #DA6B0E
Black with #DA6B0E
Text Example
Text Example
White with #DA6B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B0E; }
p { color: rgb(218,107,14); }
H1.HeaderClassName
{
color: #DA6B0E;
}
.AnyTagClassName
{
color: #DA6B0E;
}
</style>
background-color css
<style>
a { background-color: #DA6B0E; }
a { background-color: rgb(218,107,14); }
div.DivClassName
{
background-color: #DA6B0E;
}
.BgClassName
{
background-color: #DA6B0E;
}
</style>
border-color css
<style>
span { border-color: #DA6B0E; }
span { border-color: rgb(218,107,14); }
td.TdClassName
{
border-color: #DA6B0E;
}
.TagClassName
{
border-color: #DA6B0E;
}
</style>