Shades of Chocolate #DA6619
Tints of Chocolate #DA6619
RGB
CMYK
RGB Variations
Color information
#DA6619 (or 0xDA6619) is known color: Chocolate. HEX triplet: DA, 66 and 19. RGB value is (218,102,25). Sum of RGB (Red+Green+Blue) = 218+102+25=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6619 is #2599E6. Grayscale: #808080. Windows color (decimal): -2464231 or 1664730. OLE color: 1664730.
HSL color Cylindrical-coordinate representation of color #DA6619: hue angle of 23.94º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA6619 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 25 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.15 |
| HSL | 23.94º | 0.79% | 0.48% | - |
| HSV(B) | 23.94º | 0.89% | 0.85% | - |
| XYZ | 33.84 | 24.48 | 3.86 | - |
| YUV | 127.91 | 69.93 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 25 | 0 | 0.53 | 0.89 | 0.15 | 23.94 | 0.79 | 0.48 |
| Hex | DA | 66 | 19 | 0 | 35 | 59 | F | 18 | 4F | 30 |
| Octal | 332 | 146 | 31 | 0 | 65 | 131 | 17 | 30 | 117 | 60 |
| Binary | 11011010 | 1100110 | 11001 | 0 | 110101 | 1011001 | 1111 | 11000 | 1001111 | 110000 |
Color Harmonies of #DA6619
Complementary color
Monochromatic Colors of #DA6619
Black with #DA6619
Text Example
Text Example
White with #DA6619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6619; }
p { color: rgb(218,102,25); }
H1.HeaderClassName
{
color: #DA6619;
}
.AnyTagClassName
{
color: #DA6619;
}
</style>
background-color css
<style>
a { background-color: #DA6619; }
a { background-color: rgb(218,102,25); }
div.DivClassName
{
background-color: #DA6619;
}
.BgClassName
{
background-color: #DA6619;
}
</style>
border-color css
<style>
span { border-color: #DA6619; }
span { border-color: rgb(218,102,25); }
td.TdClassName
{
border-color: #DA6619;
}
.TagClassName
{
border-color: #DA6619;
}
</style>