Shades of Chocolate #DC690E
Tints of Chocolate #DC690E
RGB
CMYK
RGB Variations
Color information
#DC690E (or 0xDC690E) is known color: Chocolate. HEX triplet: DC, 69 and 0E. RGB value is (220,105,14). Sum of RGB (Red+Green+Blue) = 220+105+14=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC690E is #2396F1. Grayscale: #818181. Windows color (decimal): -2332402 or 944604. OLE color: 944604.
HSL color Cylindrical-coordinate representation of color #DC690E: hue angle of 26.5º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC690E is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 14 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.14 |
| HSL | 26.5º | 0.88% | 0.46% | - |
| HSV(B) | 26.5º | 0.94% | 0.86% | - |
| XYZ | 34.65 | 25.35 | 3.48 | - |
| YUV | 129.01 | 63.1 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 14 | 0 | 0.52 | 0.94 | 0.14 | 26.5 | 0.88 | 0.46 |
| Hex | DC | 69 | E | 0 | 34 | 5E | E | 1B | 58 | 2E |
| Octal | 334 | 151 | 16 | 0 | 64 | 136 | 16 | 33 | 130 | 56 |
| Binary | 11011100 | 1101001 | 1110 | 0 | 110100 | 1011110 | 1110 | 11011 | 1011000 | 101110 |
Color Harmonies of #DC690E
Complementary color
Monochromatic Colors of #DC690E
Black with #DC690E
Text Example
Text Example
White with #DC690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC690E; }
p { color: rgb(220,105,14); }
H1.HeaderClassName
{
color: #DC690E;
}
.AnyTagClassName
{
color: #DC690E;
}
</style>
background-color css
<style>
a { background-color: #DC690E; }
a { background-color: rgb(220,105,14); }
div.DivClassName
{
background-color: #DC690E;
}
.BgClassName
{
background-color: #DC690E;
}
</style>
border-color css
<style>
span { border-color: #DC690E; }
span { border-color: rgb(220,105,14); }
td.TdClassName
{
border-color: #DC690E;
}
.TagClassName
{
border-color: #DC690E;
}
</style>