Shades of Chocolate #DA621E
Tints of Chocolate #DA621E
RGB
CMYK
RGB Variations
Color information
#DA621E (or 0xDA621E) is known color: Chocolate. HEX triplet: DA, 62 and 1E. RGB value is (218,98,30). Sum of RGB (Red+Green+Blue) = 218+98+30=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA621E is #259DE1. Grayscale: #7E7E7E. Windows color (decimal): -2465250 or 1991386. OLE color: 1991386.
HSL color Cylindrical-coordinate representation of color #DA621E: hue angle of 21.7º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA621E is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 30 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.15 |
| HSL | 21.7º | 0.76% | 0.49% | - |
| HSV(B) | 21.7º | 0.86% | 0.85% | - |
| XYZ | 33.52 | 23.73 | 4.04 | - |
| YUV | 126.13 | 73.76 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 30 | 0 | 0.55 | 0.86 | 0.15 | 21.7 | 0.76 | 0.49 |
| Hex | DA | 62 | 1E | 0 | 37 | 56 | F | 16 | 4C | 31 |
| Octal | 332 | 142 | 36 | 0 | 67 | 126 | 17 | 26 | 114 | 61 |
| Binary | 11011010 | 1100010 | 11110 | 0 | 110111 | 1010110 | 1111 | 10110 | 1001100 | 110001 |
Color Harmonies of #DA621E
Complementary color
Monochromatic Colors of #DA621E
Black with #DA621E
Text Example
Text Example
White with #DA621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA621E; }
p { color: rgb(218,98,30); }
H1.HeaderClassName
{
color: #DA621E;
}
.AnyTagClassName
{
color: #DA621E;
}
</style>
background-color css
<style>
a { background-color: #DA621E; }
a { background-color: rgb(218,98,30); }
div.DivClassName
{
background-color: #DA621E;
}
.BgClassName
{
background-color: #DA621E;
}
</style>
border-color css
<style>
span { border-color: #DA621E; }
span { border-color: rgb(218,98,30); }
td.TdClassName
{
border-color: #DA621E;
}
.TagClassName
{
border-color: #DA621E;
}
</style>