Shades of Chocolate #D94E19
Tints of Chocolate #D94E19
RGB
CMYK
RGB Variations
Color information
#D94E19 (or 0xD94E19) is known color: Chocolate. HEX triplet: D9, 4E and 19. RGB value is (217,78,25). Sum of RGB (Red+Green+Blue) = 217+78+25=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94E19 is #26B1E6. Grayscale: #717171. Windows color (decimal): -2535911 or 1658585. OLE color: 1658585.
HSL color Cylindrical-coordinate representation of color #D94E19: hue angle of 16.56º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D94E19 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 25 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.15 |
| HSL | 16.56º | 0.79% | 0.47% | - |
| HSV(B) | 16.56º | 0.88% | 0.85% | - |
| XYZ | 31.52 | 20.27 | 3.17 | - |
| YUV | 113.52 | 78.05 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 25 | 0 | 0.64 | 0.88 | 0.15 | 16.56 | 0.79 | 0.47 |
| Hex | D9 | 4E | 19 | 0 | 40 | 58 | F | 11 | 4F | 2F |
| Octal | 331 | 116 | 31 | 0 | 100 | 130 | 17 | 21 | 117 | 57 |
| Binary | 11011001 | 1001110 | 11001 | 0 | 1000000 | 1011000 | 1111 | 10001 | 1001111 | 101111 |
Color Harmonies of #D94E19
Complementary color
Monochromatic Colors of #D94E19
Black with #D94E19
Text Example
Text Example
White with #D94E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94E19; }
p { color: rgb(217,78,25); }
H1.HeaderClassName
{
color: #D94E19;
}
.AnyTagClassName
{
color: #D94E19;
}
</style>
background-color css
<style>
a { background-color: #D94E19; }
a { background-color: rgb(217,78,25); }
div.DivClassName
{
background-color: #D94E19;
}
.BgClassName
{
background-color: #D94E19;
}
</style>
border-color css
<style>
span { border-color: #D94E19; }
span { border-color: rgb(217,78,25); }
td.TdClassName
{
border-color: #D94E19;
}
.TagClassName
{
border-color: #D94E19;
}
</style>