Shades of Chocolate #D4620E
Tints of Chocolate #D4620E
RGB
CMYK
RGB Variations
Color information
#D4620E (or 0xD4620E) is known color: Chocolate. HEX triplet: D4, 62 and 0E. RGB value is (212,98,14). Sum of RGB (Red+Green+Blue) = 212+98+14=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4620E is #2B9DF1. Grayscale: #7A7A7A. Windows color (decimal): -2858482 or 942804. OLE color: 942804.
HSL color Cylindrical-coordinate representation of color #D4620E: hue angle of 25.45º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4620E is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 14 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.17 |
| HSL | 25.45º | 0.88% | 0.44% | - |
| HSV(B) | 25.45º | 0.93% | 0.83% | - |
| XYZ | 31.6 | 22.76 | 3.14 | - |
| YUV | 122.51 | 66.77 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 14 | 0 | 0.54 | 0.93 | 0.17 | 25.45 | 0.88 | 0.44 |
| Hex | D4 | 62 | E | 0 | 36 | 5D | 11 | 19 | 58 | 2C |
| Octal | 324 | 142 | 16 | 0 | 66 | 135 | 21 | 31 | 130 | 54 |
| Binary | 11010100 | 1100010 | 1110 | 0 | 110110 | 1011101 | 10001 | 11001 | 1011000 | 101100 |
Color Harmonies of #D4620E
Complementary color
Monochromatic Colors of #D4620E
Black with #D4620E
Text Example
Text Example
White with #D4620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4620E; }
p { color: rgb(212,98,14); }
H1.HeaderClassName
{
color: #D4620E;
}
.AnyTagClassName
{
color: #D4620E;
}
</style>
background-color css
<style>
a { background-color: #D4620E; }
a { background-color: rgb(212,98,14); }
div.DivClassName
{
background-color: #D4620E;
}
.BgClassName
{
background-color: #D4620E;
}
</style>
border-color css
<style>
span { border-color: #D4620E; }
span { border-color: rgb(212,98,14); }
td.TdClassName
{
border-color: #D4620E;
}
.TagClassName
{
border-color: #D4620E;
}
</style>