Shades of Chocolate #D1650D
Tints of Chocolate #D1650D
RGB
CMYK
RGB Variations
Color information
#D1650D (or 0xD1650D) is known color: Chocolate. HEX triplet: D1, 65 and 0D. RGB value is (209,101,13). Sum of RGB (Red+Green+Blue) = 209+101+13=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D1650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1650D is #2E9AF2. Grayscale: #7B7B7B. Windows color (decimal): -3054323 or 878033. OLE color: 878033.
HSL color Cylindrical-coordinate representation of color #D1650D: hue angle of 26.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1650D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 13 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.18 |
| HSL | 26.94º | 0.88% | 0.44% | - |
| HSV(B) | 26.94º | 0.94% | 0.82% | - |
| XYZ | 31.02 | 22.89 | 3.16 | - |
| YUV | 123.26 | 65.78 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 13 | 0 | 0.52 | 0.94 | 0.18 | 26.94 | 0.88 | 0.44 |
| Hex | D1 | 65 | D | 0 | 34 | 5E | 12 | 1B | 58 | 2C |
| Octal | 321 | 145 | 15 | 0 | 64 | 136 | 22 | 33 | 130 | 54 |
| Binary | 11010001 | 1100101 | 1101 | 0 | 110100 | 1011110 | 10010 | 11011 | 1011000 | 101100 |
Color Harmonies of #D1650D
Complementary color
Monochromatic Colors of #D1650D
Black with #D1650D
Text Example
Text Example
White with #D1650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1650D; }
p { color: rgb(209,101,13); }
H1.HeaderClassName
{
color: #D1650D;
}
.AnyTagClassName
{
color: #D1650D;
}
</style>
background-color css
<style>
a { background-color: #D1650D; }
a { background-color: rgb(209,101,13); }
div.DivClassName
{
background-color: #D1650D;
}
.BgClassName
{
background-color: #D1650D;
}
</style>
border-color css
<style>
span { border-color: #D1650D; }
span { border-color: rgb(209,101,13); }
td.TdClassName
{
border-color: #D1650D;
}
.TagClassName
{
border-color: #D1650D;
}
</style>