Shades of Chocolate #D1621C
Tints of Chocolate #D1621C
RGB
CMYK
RGB Variations
Color information
#D1621C (or 0xD1621C) is known color: Chocolate. HEX triplet: D1, 62 and 1C. RGB value is (209,98,28). Sum of RGB (Red+Green+Blue) = 209+98+28=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1621C is #2E9DE3. Grayscale: #7B7B7B. Windows color (decimal): -3055076 or 1860305. OLE color: 1860305.
HSL color Cylindrical-coordinate representation of color #D1621C: hue angle of 23.2º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1621C is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 28 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.18 |
| HSL | 23.2º | 0.76% | 0.46% | - |
| HSV(B) | 23.2º | 0.87% | 0.82% | - |
| XYZ | 30.87 | 22.37 | 3.79 | - |
| YUV | 123.21 | 74.27 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 28 | 0 | 0.53 | 0.87 | 0.18 | 23.2 | 0.76 | 0.46 |
| Hex | D1 | 62 | 1C | 0 | 35 | 57 | 12 | 17 | 4C | 2E |
| Octal | 321 | 142 | 34 | 0 | 65 | 127 | 22 | 27 | 114 | 56 |
| Binary | 11010001 | 1100010 | 11100 | 0 | 110101 | 1010111 | 10010 | 10111 | 1001100 | 101110 |
Color Harmonies of #D1621C
Complementary color
Monochromatic Colors of #D1621C
Black with #D1621C
Text Example
Text Example
White with #D1621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1621C; }
p { color: rgb(209,98,28); }
H1.HeaderClassName
{
color: #D1621C;
}
.AnyTagClassName
{
color: #D1621C;
}
</style>
background-color css
<style>
a { background-color: #D1621C; }
a { background-color: rgb(209,98,28); }
div.DivClassName
{
background-color: #D1621C;
}
.BgClassName
{
background-color: #D1621C;
}
</style>
border-color css
<style>
span { border-color: #D1621C; }
span { border-color: rgb(209,98,28); }
td.TdClassName
{
border-color: #D1621C;
}
.TagClassName
{
border-color: #D1621C;
}
</style>