Shades of Chocolate #D36319
Tints of Chocolate #D36319
RGB
CMYK
RGB Variations
Color information
#D36319 (or 0xD36319) is known color: Chocolate. HEX triplet: D3, 63 and 19. RGB value is (211,99,25). Sum of RGB (Red+Green+Blue) = 211+99+25=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D36319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36319 is #2C9CE6. Grayscale: #7C7C7C. Windows color (decimal): -2923751 or 1663955. OLE color: 1663955.
HSL color Cylindrical-coordinate representation of color #D36319: hue angle of 23.87º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D36319 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 25 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.17 |
| HSL | 23.87º | 0.79% | 0.46% | - |
| HSV(B) | 23.87º | 0.88% | 0.83% | - |
| XYZ | 31.5 | 22.84 | 3.67 | - |
| YUV | 124.05 | 72.11 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 25 | 0 | 0.53 | 0.88 | 0.17 | 23.87 | 0.79 | 0.46 |
| Hex | D3 | 63 | 19 | 0 | 35 | 58 | 11 | 18 | 4F | 2E |
| Octal | 323 | 143 | 31 | 0 | 65 | 130 | 21 | 30 | 117 | 56 |
| Binary | 11010011 | 1100011 | 11001 | 0 | 110101 | 1011000 | 10001 | 11000 | 1001111 | 101110 |
Color Harmonies of #D36319
Complementary color
Monochromatic Colors of #D36319
Black with #D36319
Text Example
Text Example
White with #D36319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36319; }
p { color: rgb(211,99,25); }
H1.HeaderClassName
{
color: #D36319;
}
.AnyTagClassName
{
color: #D36319;
}
</style>
background-color css
<style>
a { background-color: #D36319; }
a { background-color: rgb(211,99,25); }
div.DivClassName
{
background-color: #D36319;
}
.BgClassName
{
background-color: #D36319;
}
</style>
border-color css
<style>
span { border-color: #D36319; }
span { border-color: rgb(211,99,25); }
td.TdClassName
{
border-color: #D36319;
}
.TagClassName
{
border-color: #D36319;
}
</style>