Shades of Chocolate #DA610E
Tints of Chocolate #DA610E
RGB
CMYK
RGB Variations
Color information
#DA610E (or 0xDA610E) is known color: Chocolate. HEX triplet: DA, 61 and 0E. RGB value is (218,97,14). Sum of RGB (Red+Green+Blue) = 218+97+14=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA610E is #259EF1. Grayscale: #7C7C7C. Windows color (decimal): -2465522 or 942554. OLE color: 942554.
HSL color Cylindrical-coordinate representation of color #DA610E: hue angle of 24.41º 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 #DA610E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.15 |
| HSL | 24.41º | 0.88% | 0.45% | - |
| HSV(B) | 24.41º | 0.94% | 0.85% | - |
| XYZ | 33.27 | 23.49 | 3.2 | - |
| YUV | 123.72 | 66.09 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 14 | 0 | 0.56 | 0.94 | 0.15 | 24.41 | 0.88 | 0.45 |
| Hex | DA | 61 | E | 0 | 38 | 5E | F | 18 | 58 | 2D |
| Octal | 332 | 141 | 16 | 0 | 70 | 136 | 17 | 30 | 130 | 55 |
| Binary | 11011010 | 1100001 | 1110 | 0 | 111000 | 1011110 | 1111 | 11000 | 1011000 | 101101 |
Color Harmonies of #DA610E
Complementary color
Monochromatic Colors of #DA610E
Black with #DA610E
Text Example
Text Example
White with #DA610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA610E; }
p { color: rgb(218,97,14); }
H1.HeaderClassName
{
color: #DA610E;
}
.AnyTagClassName
{
color: #DA610E;
}
</style>
background-color css
<style>
a { background-color: #DA610E; }
a { background-color: rgb(218,97,14); }
div.DivClassName
{
background-color: #DA610E;
}
.BgClassName
{
background-color: #DA610E;
}
</style>
border-color css
<style>
span { border-color: #DA610E; }
span { border-color: rgb(218,97,14); }
td.TdClassName
{
border-color: #DA610E;
}
.TagClassName
{
border-color: #DA610E;
}
</style>