Shades of Chocolate #DA7617
Tints of Chocolate #DA7617
RGB
CMYK
RGB Variations
Color information
#DA7617 (or 0xDA7617) is known color: Chocolate. HEX triplet: DA, 76 and 17. RGB value is (218,118,23). Sum of RGB (Red+Green+Blue) = 218+118+23=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7617 is #2589E8. Grayscale: #898989. Windows color (decimal): -2460137 or 1537754. OLE color: 1537754.
HSL color Cylindrical-coordinate representation of color #DA7617: hue angle of 29.23º 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 #DA7617 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 23 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.15 |
| HSL | 29.23º | 0.81% | 0.47% | - |
| HSV(B) | 29.23º | 0.89% | 0.85% | - |
| XYZ | 35.55 | 27.92 | 4.33 | - |
| YUV | 137.07 | 63.63 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 23 | 0 | 0.46 | 0.89 | 0.15 | 29.23 | 0.81 | 0.47 |
| Hex | DA | 76 | 17 | 0 | 2E | 59 | F | 1D | 51 | 2F |
| Octal | 332 | 166 | 27 | 0 | 56 | 131 | 17 | 35 | 121 | 57 |
| Binary | 11011010 | 1110110 | 10111 | 0 | 101110 | 1011001 | 1111 | 11101 | 1010001 | 101111 |
Color Harmonies of #DA7617
Complementary color
Monochromatic Colors of #DA7617
Black with #DA7617
Text Example
Text Example
White with #DA7617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7617; }
p { color: rgb(218,118,23); }
H1.HeaderClassName
{
color: #DA7617;
}
.AnyTagClassName
{
color: #DA7617;
}
</style>
background-color css
<style>
a { background-color: #DA7617; }
a { background-color: rgb(218,118,23); }
div.DivClassName
{
background-color: #DA7617;
}
.BgClassName
{
background-color: #DA7617;
}
</style>
border-color css
<style>
span { border-color: #DA7617; }
span { border-color: rgb(218,118,23); }
td.TdClassName
{
border-color: #DA7617;
}
.TagClassName
{
border-color: #DA7617;
}
</style>