Shades of Chocolate #DA6617
Tints of Chocolate #DA6617
RGB
CMYK
RGB Variations
Color information
#DA6617 (or 0xDA6617) is known color: Chocolate. HEX triplet: DA, 66 and 17. RGB value is (218,102,23). Sum of RGB (Red+Green+Blue) = 218+102+23=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6617 is #2599E8. Grayscale: #808080. Windows color (decimal): -2464233 or 1533658. OLE color: 1533658.
HSL color Cylindrical-coordinate representation of color #DA6617: hue angle of 24.31º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA6617 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 23 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.15 |
| HSL | 24.31º | 0.81% | 0.47% | - |
| HSV(B) | 24.31º | 0.89% | 0.85% | - |
| XYZ | 33.82 | 24.47 | 3.75 | - |
| YUV | 127.68 | 68.93 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 23 | 0 | 0.53 | 0.89 | 0.15 | 24.31 | 0.81 | 0.47 |
| Hex | DA | 66 | 17 | 0 | 35 | 59 | F | 18 | 51 | 2F |
| Octal | 332 | 146 | 27 | 0 | 65 | 131 | 17 | 30 | 121 | 57 |
| Binary | 11011010 | 1100110 | 10111 | 0 | 110101 | 1011001 | 1111 | 11000 | 1010001 | 101111 |
Color Harmonies of #DA6617
Complementary color
Monochromatic Colors of #DA6617
Black with #DA6617
Text Example
Text Example
White with #DA6617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6617; }
p { color: rgb(218,102,23); }
H1.HeaderClassName
{
color: #DA6617;
}
.AnyTagClassName
{
color: #DA6617;
}
</style>
background-color css
<style>
a { background-color: #DA6617; }
a { background-color: rgb(218,102,23); }
div.DivClassName
{
background-color: #DA6617;
}
.BgClassName
{
background-color: #DA6617;
}
</style>
border-color css
<style>
span { border-color: #DA6617; }
span { border-color: rgb(218,102,23); }
td.TdClassName
{
border-color: #DA6617;
}
.TagClassName
{
border-color: #DA6617;
}
</style>