Shades of Chocolate #D1631E
Tints of Chocolate #D1631E
RGB
CMYK
RGB Variations
Color information
#D1631E (or 0xD1631E) is known color: Chocolate. HEX triplet: D1, 63 and 1E. RGB value is (209,99,30). Sum of RGB (Red+Green+Blue) = 209+99+30=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1631E is #2E9CE1. Grayscale: #7C7C7C. Windows color (decimal): -3054818 or 1991633. OLE color: 1991633.
HSL color Cylindrical-coordinate representation of color #D1631E: hue angle of 23.13º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1631E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 30 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.18 |
| HSL | 23.13º | 0.75% | 0.47% | - |
| HSV(B) | 23.13º | 0.86% | 0.82% | - |
| XYZ | 30.99 | 22.57 | 3.95 | - |
| YUV | 124.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 30 | 0 | 0.53 | 0.86 | 0.18 | 23.13 | 0.75 | 0.47 |
| Hex | D1 | 63 | 1E | 0 | 35 | 56 | 12 | 17 | 4B | 2F |
| Octal | 321 | 143 | 36 | 0 | 65 | 126 | 22 | 27 | 113 | 57 |
| Binary | 11010001 | 1100011 | 11110 | 0 | 110101 | 1010110 | 10010 | 10111 | 1001011 | 101111 |
Color Harmonies of #D1631E
Complementary color
Monochromatic Colors of #D1631E
Black with #D1631E
Text Example
Text Example
White with #D1631E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1631E; }
p { color: rgb(209,99,30); }
H1.HeaderClassName
{
color: #D1631E;
}
.AnyTagClassName
{
color: #D1631E;
}
</style>
background-color css
<style>
a { background-color: #D1631E; }
a { background-color: rgb(209,99,30); }
div.DivClassName
{
background-color: #D1631E;
}
.BgClassName
{
background-color: #D1631E;
}
</style>
border-color css
<style>
span { border-color: #D1631E; }
span { border-color: rgb(209,99,30); }
td.TdClassName
{
border-color: #D1631E;
}
.TagClassName
{
border-color: #D1631E;
}
</style>