Shades of Chocolate #D4621C
Tints of Chocolate #D4621C
RGB
CMYK
RGB Variations
Color information
#D4621C (or 0xD4621C) is known color: Chocolate. HEX triplet: D4, 62 and 1C. RGB value is (212,98,28). Sum of RGB (Red+Green+Blue) = 212+98+28=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D4621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4621C is #2B9DE3. Grayscale: #7C7C7C. Windows color (decimal): -2858468 or 1860308. OLE color: 1860308.
HSL color Cylindrical-coordinate representation of color #D4621C: hue angle of 22.83º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4621C is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 28 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.17 |
| HSL | 22.83º | 0.77% | 0.47% | - |
| HSV(B) | 22.83º | 0.87% | 0.83% | - |
| XYZ | 31.73 | 22.82 | 3.83 | - |
| YUV | 124.11 | 73.77 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 28 | 0 | 0.54 | 0.87 | 0.17 | 22.83 | 0.77 | 0.47 |
| Hex | D4 | 62 | 1C | 0 | 36 | 57 | 11 | 17 | 4D | 2F |
| Octal | 324 | 142 | 34 | 0 | 66 | 127 | 21 | 27 | 115 | 57 |
| Binary | 11010100 | 1100010 | 11100 | 0 | 110110 | 1010111 | 10001 | 10111 | 1001101 | 101111 |
Color Harmonies of #D4621C
Complementary color
Monochromatic Colors of #D4621C
Black with #D4621C
Text Example
Text Example
White with #D4621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4621C; }
p { color: rgb(212,98,28); }
H1.HeaderClassName
{
color: #D4621C;
}
.AnyTagClassName
{
color: #D4621C;
}
</style>
background-color css
<style>
a { background-color: #D4621C; }
a { background-color: rgb(212,98,28); }
div.DivClassName
{
background-color: #D4621C;
}
.BgClassName
{
background-color: #D4621C;
}
</style>
border-color css
<style>
span { border-color: #D4621C; }
span { border-color: rgb(212,98,28); }
td.TdClassName
{
border-color: #D4621C;
}
.TagClassName
{
border-color: #D4621C;
}
</style>