Shades of Chocolate #D0620E
Tints of Chocolate #D0620E
RGB
CMYK
RGB Variations
Color information
#D0620E (or 0xD0620E) is known color: Chocolate. HEX triplet: D0, 62 and 0E. RGB value is (208,98,14). Sum of RGB (Red+Green+Blue) = 208+98+14=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0620E is #2F9DF1. Grayscale: #797979. Windows color (decimal): -3120626 or 942800. OLE color: 942800.
HSL color Cylindrical-coordinate representation of color #D0620E: hue angle of 25.98º degrees, saturation: 0.87, 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 #D0620E is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 14 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.18 |
| HSL | 25.98º | 0.87% | 0.44% | - |
| HSV(B) | 25.98º | 0.93% | 0.82% | - |
| XYZ | 30.46 | 22.18 | 3.09 | - |
| YUV | 121.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 14 | 0 | 0.53 | 0.93 | 0.18 | 25.98 | 0.87 | 0.44 |
| Hex | D0 | 62 | E | 0 | 35 | 5D | 12 | 1A | 57 | 2C |
| Octal | 320 | 142 | 16 | 0 | 65 | 135 | 22 | 32 | 127 | 54 |
| Binary | 11010000 | 1100010 | 1110 | 0 | 110101 | 1011101 | 10010 | 11010 | 1010111 | 101100 |
Color Harmonies of #D0620E
Complementary color
Monochromatic Colors of #D0620E
Black with #D0620E
Text Example
Text Example
White with #D0620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0620E; }
p { color: rgb(208,98,14); }
H1.HeaderClassName
{
color: #D0620E;
}
.AnyTagClassName
{
color: #D0620E;
}
</style>
background-color css
<style>
a { background-color: #D0620E; }
a { background-color: rgb(208,98,14); }
div.DivClassName
{
background-color: #D0620E;
}
.BgClassName
{
background-color: #D0620E;
}
</style>
border-color css
<style>
span { border-color: #D0620E; }
span { border-color: rgb(208,98,14); }
td.TdClassName
{
border-color: #D0620E;
}
.TagClassName
{
border-color: #D0620E;
}
</style>