Shades of Chocolate #D1651B
Tints of Chocolate #D1651B
RGB
CMYK
RGB Variations
Color information
#D1651B (or 0xD1651B) is known color: Chocolate. HEX triplet: D1, 65 and 1B. RGB value is (209,101,27). Sum of RGB (Red+Green+Blue) = 209+101+27=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1651B is #2E9AE4. Grayscale: #7D7D7D. Windows color (decimal): -3054309 or 1795537. OLE color: 1795537.
HSL color Cylindrical-coordinate representation of color #D1651B: hue angle of 24.4º degrees, saturation: 0.77, 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 #D1651B is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 27 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.18 |
| HSL | 24.4º | 0.77% | 0.46% | - |
| HSV(B) | 24.4º | 0.87% | 0.82% | - |
| XYZ | 31.15 | 22.94 | 3.82 | - |
| YUV | 124.86 | 72.78 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 27 | 0 | 0.52 | 0.87 | 0.18 | 24.4 | 0.77 | 0.46 |
| Hex | D1 | 65 | 1B | 0 | 34 | 57 | 12 | 18 | 4D | 2E |
| Octal | 321 | 145 | 33 | 0 | 64 | 127 | 22 | 30 | 115 | 56 |
| Binary | 11010001 | 1100101 | 11011 | 0 | 110100 | 1010111 | 10010 | 11000 | 1001101 | 101110 |
Color Harmonies of #D1651B
Complementary color
Monochromatic Colors of #D1651B
Black with #D1651B
Text Example
Text Example
White with #D1651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1651B; }
p { color: rgb(209,101,27); }
H1.HeaderClassName
{
color: #D1651B;
}
.AnyTagClassName
{
color: #D1651B;
}
</style>
background-color css
<style>
a { background-color: #D1651B; }
a { background-color: rgb(209,101,27); }
div.DivClassName
{
background-color: #D1651B;
}
.BgClassName
{
background-color: #D1651B;
}
</style>
border-color css
<style>
span { border-color: #D1651B; }
span { border-color: rgb(209,101,27); }
td.TdClassName
{
border-color: #D1651B;
}
.TagClassName
{
border-color: #D1651B;
}
</style>