Shades of Chocolate #DA6717
Tints of Chocolate #DA6717
RGB
CMYK
RGB Variations
Color information
#DA6717 (or 0xDA6717) is known color: Chocolate. HEX triplet: DA, 67 and 17. RGB value is (218,103,23). Sum of RGB (Red+Green+Blue) = 218+103+23=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6717 is #2598E8. Grayscale: #808080. Windows color (decimal): -2463977 or 1533914. OLE color: 1533914.
HSL color Cylindrical-coordinate representation of color #DA6717: hue angle of 24.62º 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 #DA6717 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 23 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.15 |
| HSL | 24.62º | 0.81% | 0.47% | - |
| HSV(B) | 24.62º | 0.89% | 0.85% | - |
| XYZ | 33.92 | 24.67 | 3.78 | - |
| YUV | 128.27 | 68.6 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 23 | 0 | 0.53 | 0.89 | 0.15 | 24.62 | 0.81 | 0.47 |
| Hex | DA | 67 | 17 | 0 | 35 | 59 | F | 19 | 51 | 2F |
| Octal | 332 | 147 | 27 | 0 | 65 | 131 | 17 | 31 | 121 | 57 |
| Binary | 11011010 | 1100111 | 10111 | 0 | 110101 | 1011001 | 1111 | 11001 | 1010001 | 101111 |
Color Harmonies of #DA6717
Complementary color
Monochromatic Colors of #DA6717
Black with #DA6717
Text Example
Text Example
White with #DA6717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6717; }
p { color: rgb(218,103,23); }
H1.HeaderClassName
{
color: #DA6717;
}
.AnyTagClassName
{
color: #DA6717;
}
</style>
background-color css
<style>
a { background-color: #DA6717; }
a { background-color: rgb(218,103,23); }
div.DivClassName
{
background-color: #DA6717;
}
.BgClassName
{
background-color: #DA6717;
}
</style>
border-color css
<style>
span { border-color: #DA6717; }
span { border-color: rgb(218,103,23); }
td.TdClassName
{
border-color: #DA6717;
}
.TagClassName
{
border-color: #DA6717;
}
</style>