Shades of Chocolate #DA6517
Tints of Chocolate #DA6517
RGB
CMYK
RGB Variations
Color information
#DA6517 (or 0xDA6517) is known color: Chocolate. HEX triplet: DA, 65 and 17. RGB value is (218,101,23). Sum of RGB (Red+Green+Blue) = 218+101+23=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6517 is #259AE8. Grayscale: #7F7F7F. Windows color (decimal): -2464489 or 1533402. OLE color: 1533402.
HSL color Cylindrical-coordinate representation of color #DA6517: hue angle of 24º 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 #DA6517 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 23 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.15 |
| HSL | 24º | 0.81% | 0.47% | - |
| HSV(B) | 24º | 0.89% | 0.85% | - |
| XYZ | 33.72 | 24.27 | 3.72 | - |
| YUV | 127.09 | 69.26 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 23 | 0 | 0.54 | 0.89 | 0.15 | 24 | 0.81 | 0.47 |
| Hex | DA | 65 | 17 | 0 | 36 | 59 | F | 18 | 51 | 2F |
| Octal | 332 | 145 | 27 | 0 | 66 | 131 | 17 | 30 | 121 | 57 |
| Binary | 11011010 | 1100101 | 10111 | 0 | 110110 | 1011001 | 1111 | 11000 | 1010001 | 101111 |
Color Harmonies of #DA6517
Complementary color
Monochromatic Colors of #DA6517
Black with #DA6517
Text Example
Text Example
White with #DA6517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6517; }
p { color: rgb(218,101,23); }
H1.HeaderClassName
{
color: #DA6517;
}
.AnyTagClassName
{
color: #DA6517;
}
</style>
background-color css
<style>
a { background-color: #DA6517; }
a { background-color: rgb(218,101,23); }
div.DivClassName
{
background-color: #DA6517;
}
.BgClassName
{
background-color: #DA6517;
}
</style>
border-color css
<style>
span { border-color: #DA6517; }
span { border-color: rgb(218,101,23); }
td.TdClassName
{
border-color: #DA6517;
}
.TagClassName
{
border-color: #DA6517;
}
</style>