Shades of Chocolate #D4680E
Tints of Chocolate #D4680E
RGB
CMYK
RGB Variations
Color information
#D4680E (or 0xD4680E) is known color: Chocolate. HEX triplet: D4, 68 and 0E. RGB value is (212,104,14). Sum of RGB (Red+Green+Blue) = 212+104+14=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D4680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4680E is #2B97F1. Grayscale: #7E7E7E. Windows color (decimal): -2856946 or 944340. OLE color: 944340.
HSL color Cylindrical-coordinate representation of color #D4680E: hue angle of 27.27º 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 #D4680E is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 14 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.17 |
| HSL | 27.27º | 0.88% | 0.44% | - |
| HSV(B) | 27.27º | 0.93% | 0.83% | - |
| XYZ | 32.18 | 23.93 | 3.34 | - |
| YUV | 126.03 | 64.78 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 14 | 0 | 0.51 | 0.93 | 0.17 | 27.27 | 0.88 | 0.44 |
| Hex | D4 | 68 | E | 0 | 33 | 5D | 11 | 1B | 58 | 2C |
| Octal | 324 | 150 | 16 | 0 | 63 | 135 | 21 | 33 | 130 | 54 |
| Binary | 11010100 | 1101000 | 1110 | 0 | 110011 | 1011101 | 10001 | 11011 | 1011000 | 101100 |
Color Harmonies of #D4680E
Complementary color
Monochromatic Colors of #D4680E
Black with #D4680E
Text Example
Text Example
White with #D4680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4680E; }
p { color: rgb(212,104,14); }
H1.HeaderClassName
{
color: #D4680E;
}
.AnyTagClassName
{
color: #D4680E;
}
</style>
background-color css
<style>
a { background-color: #D4680E; }
a { background-color: rgb(212,104,14); }
div.DivClassName
{
background-color: #D4680E;
}
.BgClassName
{
background-color: #D4680E;
}
</style>
border-color css
<style>
span { border-color: #D4680E; }
span { border-color: rgb(212,104,14); }
td.TdClassName
{
border-color: #D4680E;
}
.TagClassName
{
border-color: #D4680E;
}
</style>