Shades of Chocolate #D65E17
Tints of Chocolate #D65E17
RGB
CMYK
RGB Variations
Color information
#D65E17 (or 0xD65E17) is known color: Chocolate. HEX triplet: D6, 5E and 17. RGB value is (214,94,23). Sum of RGB (Red+Green+Blue) = 214+94+23=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65E17 is #29A1E8. Grayscale: #7A7A7A. Windows color (decimal): -2728425 or 1531606. OLE color: 1531606.
HSL color Cylindrical-coordinate representation of color #D65E17: hue angle of 22.3º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D65E17 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 23 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.16 |
| HSL | 22.3º | 0.81% | 0.46% | - |
| HSV(B) | 22.3º | 0.89% | 0.84% | - |
| XYZ | 31.89 | 22.36 | 3.45 | - |
| YUV | 121.79 | 72.26 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 23 | 0 | 0.56 | 0.89 | 0.16 | 22.3 | 0.81 | 0.46 |
| Hex | D6 | 5E | 17 | 0 | 38 | 59 | 10 | 16 | 51 | 2E |
| Octal | 326 | 136 | 27 | 0 | 70 | 131 | 20 | 26 | 121 | 56 |
| Binary | 11010110 | 1011110 | 10111 | 0 | 111000 | 1011001 | 10000 | 10110 | 1010001 | 101110 |
Color Harmonies of #D65E17
Complementary color
Monochromatic Colors of #D65E17
Black with #D65E17
Text Example
Text Example
White with #D65E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E17; }
p { color: rgb(214,94,23); }
H1.HeaderClassName
{
color: #D65E17;
}
.AnyTagClassName
{
color: #D65E17;
}
</style>
background-color css
<style>
a { background-color: #D65E17; }
a { background-color: rgb(214,94,23); }
div.DivClassName
{
background-color: #D65E17;
}
.BgClassName
{
background-color: #D65E17;
}
</style>
border-color css
<style>
span { border-color: #D65E17; }
span { border-color: rgb(214,94,23); }
td.TdClassName
{
border-color: #D65E17;
}
.TagClassName
{
border-color: #D65E17;
}
</style>