Shades of Chocolate #DA650E
Tints of Chocolate #DA650E
RGB
CMYK
RGB Variations
Color information
#DA650E (or 0xDA650E) is known color: Chocolate. HEX triplet: DA, 65 and 0E. RGB value is (218,101,14). Sum of RGB (Red+Green+Blue) = 218+101+14=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA650E is #259AF1. Grayscale: #7E7E7E. Windows color (decimal): -2464498 or 943578. OLE color: 943578.
HSL color Cylindrical-coordinate representation of color #DA650E: hue angle of 25.59º 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 #DA650E is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 14 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.15 |
| HSL | 25.59º | 0.88% | 0.45% | - |
| HSV(B) | 25.59º | 0.94% | 0.85% | - |
| XYZ | 33.65 | 24.24 | 3.32 | - |
| YUV | 126.07 | 64.76 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 14 | 0 | 0.54 | 0.94 | 0.15 | 25.59 | 0.88 | 0.45 |
| Hex | DA | 65 | E | 0 | 36 | 5E | F | 1A | 58 | 2D |
| Octal | 332 | 145 | 16 | 0 | 66 | 136 | 17 | 32 | 130 | 55 |
| Binary | 11011010 | 1100101 | 1110 | 0 | 110110 | 1011110 | 1111 | 11010 | 1011000 | 101101 |
Color Harmonies of #DA650E
Complementary color
Monochromatic Colors of #DA650E
Black with #DA650E
Text Example
Text Example
White with #DA650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA650E; }
p { color: rgb(218,101,14); }
H1.HeaderClassName
{
color: #DA650E;
}
.AnyTagClassName
{
color: #DA650E;
}
</style>
background-color css
<style>
a { background-color: #DA650E; }
a { background-color: rgb(218,101,14); }
div.DivClassName
{
background-color: #DA650E;
}
.BgClassName
{
background-color: #DA650E;
}
</style>
border-color css
<style>
span { border-color: #DA650E; }
span { border-color: rgb(218,101,14); }
td.TdClassName
{
border-color: #DA650E;
}
.TagClassName
{
border-color: #DA650E;
}
</style>