Shades of Chocolate #D3620F
Tints of Chocolate #D3620F
RGB
CMYK
RGB Variations
Color information
#D3620F (or 0xD3620F) is known color: Chocolate. HEX triplet: D3, 62 and 0F. RGB value is (211,98,15). Sum of RGB (Red+Green+Blue) = 211+98+15=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3620F is #2C9DF0. Grayscale: #7A7A7A. Windows color (decimal): -2924017 or 1008339. OLE color: 1008339.
HSL color Cylindrical-coordinate representation of color #D3620F: hue angle of 25.41º degrees, saturation: 0.87, 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 #D3620F is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 15 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.17 |
| HSL | 25.41º | 0.87% | 0.44% | - |
| HSV(B) | 25.41º | 0.93% | 0.83% | - |
| XYZ | 31.32 | 22.62 | 3.17 | - |
| YUV | 122.33 | 67.44 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 15 | 0 | 0.54 | 0.93 | 0.17 | 25.41 | 0.87 | 0.44 |
| Hex | D3 | 62 | F | 0 | 36 | 5D | 11 | 19 | 57 | 2C |
| Octal | 323 | 142 | 17 | 0 | 66 | 135 | 21 | 31 | 127 | 54 |
| Binary | 11010011 | 1100010 | 1111 | 0 | 110110 | 1011101 | 10001 | 11001 | 1010111 | 101100 |
Color Harmonies of #D3620F
Complementary color
Monochromatic Colors of #D3620F
Black with #D3620F
Text Example
Text Example
White with #D3620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3620F; }
p { color: rgb(211,98,15); }
H1.HeaderClassName
{
color: #D3620F;
}
.AnyTagClassName
{
color: #D3620F;
}
</style>
background-color css
<style>
a { background-color: #D3620F; }
a { background-color: rgb(211,98,15); }
div.DivClassName
{
background-color: #D3620F;
}
.BgClassName
{
background-color: #D3620F;
}
</style>
border-color css
<style>
span { border-color: #D3620F; }
span { border-color: rgb(211,98,15); }
td.TdClassName
{
border-color: #D3620F;
}
.TagClassName
{
border-color: #D3620F;
}
</style>