Shades of Chocolate #DA7517
Tints of Chocolate #DA7517
RGB
CMYK
RGB Variations
Color information
#DA7517 (or 0xDA7517) is known color: Chocolate. HEX triplet: DA, 75 and 17. RGB value is (218,117,23). Sum of RGB (Red+Green+Blue) = 218+117+23=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7517 is #258AE8. Grayscale: #888888. Windows color (decimal): -2460393 or 1537498. OLE color: 1537498.
HSL color Cylindrical-coordinate representation of color #DA7517: hue angle of 28.92º 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 #DA7517 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 23 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.15 |
| HSL | 28.92º | 0.81% | 0.47% | - |
| HSV(B) | 28.92º | 0.89% | 0.85% | - |
| XYZ | 35.43 | 27.69 | 4.29 | - |
| YUV | 136.48 | 63.96 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 23 | 0 | 0.46 | 0.89 | 0.15 | 28.92 | 0.81 | 0.47 |
| Hex | DA | 75 | 17 | 0 | 2E | 59 | F | 1D | 51 | 2F |
| Octal | 332 | 165 | 27 | 0 | 56 | 131 | 17 | 35 | 121 | 57 |
| Binary | 11011010 | 1110101 | 10111 | 0 | 101110 | 1011001 | 1111 | 11101 | 1010001 | 101111 |
Color Harmonies of #DA7517
Complementary color
Monochromatic Colors of #DA7517
Black with #DA7517
Text Example
Text Example
White with #DA7517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7517; }
p { color: rgb(218,117,23); }
H1.HeaderClassName
{
color: #DA7517;
}
.AnyTagClassName
{
color: #DA7517;
}
</style>
background-color css
<style>
a { background-color: #DA7517; }
a { background-color: rgb(218,117,23); }
div.DivClassName
{
background-color: #DA7517;
}
.BgClassName
{
background-color: #DA7517;
}
</style>
border-color css
<style>
span { border-color: #DA7517; }
span { border-color: rgb(218,117,23); }
td.TdClassName
{
border-color: #DA7517;
}
.TagClassName
{
border-color: #DA7517;
}
</style>