Shades of Chocolate #D1621A
Tints of Chocolate #D1621A
RGB
CMYK
RGB Variations
Color information
#D1621A (or 0xD1621A) is known color: Chocolate. HEX triplet: D1, 62 and 1A. RGB value is (209,98,26). Sum of RGB (Red+Green+Blue) = 209+98+26=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D1621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1621A is #2E9DE5. Grayscale: #7B7B7B. Windows color (decimal): -3055078 or 1729233. OLE color: 1729233.
HSL color Cylindrical-coordinate representation of color #D1621A: hue angle of 23.61º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1621A is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 26 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.18 |
| HSL | 23.61º | 0.78% | 0.46% | - |
| HSV(B) | 23.61º | 0.88% | 0.82% | - |
| XYZ | 30.85 | 22.37 | 3.67 | - |
| YUV | 122.98 | 73.27 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 26 | 0 | 0.53 | 0.88 | 0.18 | 23.61 | 0.78 | 0.46 |
| Hex | D1 | 62 | 1A | 0 | 35 | 58 | 12 | 18 | 4E | 2E |
| Octal | 321 | 142 | 32 | 0 | 65 | 130 | 22 | 30 | 116 | 56 |
| Binary | 11010001 | 1100010 | 11010 | 0 | 110101 | 1011000 | 10010 | 11000 | 1001110 | 101110 |
Color Harmonies of #D1621A
Complementary color
Monochromatic Colors of #D1621A
Black with #D1621A
Text Example
Text Example
White with #D1621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1621A; }
p { color: rgb(209,98,26); }
H1.HeaderClassName
{
color: #D1621A;
}
.AnyTagClassName
{
color: #D1621A;
}
</style>
background-color css
<style>
a { background-color: #D1621A; }
a { background-color: rgb(209,98,26); }
div.DivClassName
{
background-color: #D1621A;
}
.BgClassName
{
background-color: #D1621A;
}
</style>
border-color css
<style>
span { border-color: #D1621A; }
span { border-color: rgb(209,98,26); }
td.TdClassName
{
border-color: #D1621A;
}
.TagClassName
{
border-color: #D1621A;
}
</style>