Shades of Chocolate #D3620E
Tints of Chocolate #D3620E
RGB
CMYK
RGB Variations
Color information
#D3620E (or 0xD3620E) is known color: Chocolate. HEX triplet: D3, 62 and 0E. RGB value is (211,98,14). Sum of RGB (Red+Green+Blue) = 211+98+14=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3620E is #2C9DF1. Grayscale: #7A7A7A. Windows color (decimal): -2924018 or 942803. OLE color: 942803.
HSL color Cylindrical-coordinate representation of color #D3620E: hue angle of 25.58º 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 #D3620E is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 14 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.17 |
| HSL | 25.58º | 0.88% | 0.44% | - |
| HSV(B) | 25.58º | 0.93% | 0.83% | - |
| XYZ | 31.31 | 22.62 | 3.13 | - |
| YUV | 122.21 | 66.94 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 14 | 0 | 0.54 | 0.93 | 0.17 | 25.58 | 0.88 | 0.44 |
| Hex | D3 | 62 | E | 0 | 36 | 5D | 11 | 1A | 58 | 2C |
| Octal | 323 | 142 | 16 | 0 | 66 | 135 | 21 | 32 | 130 | 54 |
| Binary | 11010011 | 1100010 | 1110 | 0 | 110110 | 1011101 | 10001 | 11010 | 1011000 | 101100 |
Color Harmonies of #D3620E
Complementary color
Monochromatic Colors of #D3620E
Black with #D3620E
Text Example
Text Example
White with #D3620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3620E; }
p { color: rgb(211,98,14); }
H1.HeaderClassName
{
color: #D3620E;
}
.AnyTagClassName
{
color: #D3620E;
}
</style>
background-color css
<style>
a { background-color: #D3620E; }
a { background-color: rgb(211,98,14); }
div.DivClassName
{
background-color: #D3620E;
}
.BgClassName
{
background-color: #D3620E;
}
</style>
border-color css
<style>
span { border-color: #D3620E; }
span { border-color: rgb(211,98,14); }
td.TdClassName
{
border-color: #D3620E;
}
.TagClassName
{
border-color: #D3620E;
}
</style>