Shades of Chocolate #D2680E
Tints of Chocolate #D2680E
RGB
CMYK
RGB Variations
Color information
#D2680E (or 0xD2680E) is known color: Chocolate. HEX triplet: D2, 68 and 0E. RGB value is (210,104,14). Sum of RGB (Red+Green+Blue) = 210+104+14=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D2680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2680E is #2D97F1. Grayscale: #7D7D7D. Windows color (decimal): -2988018 or 944338. OLE color: 944338.
HSL color Cylindrical-coordinate representation of color #D2680E: hue angle of 27.55º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2680E is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 14 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.18 |
| HSL | 27.55º | 0.88% | 0.44% | - |
| HSV(B) | 27.55º | 0.93% | 0.82% | - |
| XYZ | 31.61 | 23.63 | 3.31 | - |
| YUV | 125.43 | 65.12 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 14 | 0 | 0.50 | 0.93 | 0.18 | 27.55 | 0.88 | 0.44 |
| Hex | D2 | 68 | E | 0 | 32 | 5D | 12 | 1C | 58 | 2C |
| Octal | 322 | 150 | 16 | 0 | 62 | 135 | 22 | 34 | 130 | 54 |
| Binary | 11010010 | 1101000 | 1110 | 0 | 110010 | 1011101 | 10010 | 11100 | 1011000 | 101100 |
Color Harmonies of #D2680E
Complementary color
Monochromatic Colors of #D2680E
Black with #D2680E
Text Example
Text Example
White with #D2680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2680E; }
p { color: rgb(210,104,14); }
H1.HeaderClassName
{
color: #D2680E;
}
.AnyTagClassName
{
color: #D2680E;
}
</style>
background-color css
<style>
a { background-color: #D2680E; }
a { background-color: rgb(210,104,14); }
div.DivClassName
{
background-color: #D2680E;
}
.BgClassName
{
background-color: #D2680E;
}
</style>
border-color css
<style>
span { border-color: #D2680E; }
span { border-color: rgb(210,104,14); }
td.TdClassName
{
border-color: #D2680E;
}
.TagClassName
{
border-color: #D2680E;
}
</style>