Shades of Chocolate #D2690E
Tints of Chocolate #D2690E
RGB
CMYK
RGB Variations
Color information
#D2690E (or 0xD2690E) is known color: Chocolate. HEX triplet: D2, 69 and 0E. RGB value is (210,105,14). Sum of RGB (Red+Green+Blue) = 210+105+14=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D2690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2690E is #2D96F1. Grayscale: #7E7E7E. Windows color (decimal): -2987762 or 944594. OLE color: 944594.
HSL color Cylindrical-coordinate representation of color #D2690E: hue angle of 27.86º 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 #D2690E is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 14 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.18 |
| HSL | 27.86º | 0.88% | 0.44% | - |
| HSV(B) | 27.86º | 0.93% | 0.82% | - |
| XYZ | 31.71 | 23.84 | 3.35 | - |
| YUV | 126.02 | 64.79 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 14 | 0 | 0.50 | 0.93 | 0.18 | 27.86 | 0.88 | 0.44 |
| Hex | D2 | 69 | E | 0 | 32 | 5D | 12 | 1C | 58 | 2C |
| Octal | 322 | 151 | 16 | 0 | 62 | 135 | 22 | 34 | 130 | 54 |
| Binary | 11010010 | 1101001 | 1110 | 0 | 110010 | 1011101 | 10010 | 11100 | 1011000 | 101100 |
Color Harmonies of #D2690E
Complementary color
Monochromatic Colors of #D2690E
Black with #D2690E
Text Example
Text Example
White with #D2690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2690E; }
p { color: rgb(210,105,14); }
H1.HeaderClassName
{
color: #D2690E;
}
.AnyTagClassName
{
color: #D2690E;
}
</style>
background-color css
<style>
a { background-color: #D2690E; }
a { background-color: rgb(210,105,14); }
div.DivClassName
{
background-color: #D2690E;
}
.BgClassName
{
background-color: #D2690E;
}
</style>
border-color css
<style>
span { border-color: #D2690E; }
span { border-color: rgb(210,105,14); }
td.TdClassName
{
border-color: #D2690E;
}
.TagClassName
{
border-color: #D2690E;
}
</style>