Shades of Chocolate #D36315
Tints of Chocolate #D36315
RGB
CMYK
RGB Variations
Color information
#D36315 (or 0xD36315) is known color: Chocolate. HEX triplet: D3, 63 and 15. RGB value is (211,99,21). Sum of RGB (Red+Green+Blue) = 211+99+21=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D36315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36315 is #2C9CEA. Grayscale: #7C7C7C. Windows color (decimal): -2923755 or 1401811. OLE color: 1401811.
HSL color Cylindrical-coordinate representation of color #D36315: hue angle of 24.63º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D36315 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 21 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.17 |
| HSL | 24.63º | 0.82% | 0.45% | - |
| HSV(B) | 24.63º | 0.9% | 0.83% | - |
| XYZ | 31.46 | 22.83 | 3.46 | - |
| YUV | 123.6 | 70.11 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 21 | 0 | 0.53 | 0.90 | 0.17 | 24.63 | 0.82 | 0.45 |
| Hex | D3 | 63 | 15 | 0 | 35 | 5A | 11 | 19 | 52 | 2D |
| Octal | 323 | 143 | 25 | 0 | 65 | 132 | 21 | 31 | 122 | 55 |
| Binary | 11010011 | 1100011 | 10101 | 0 | 110101 | 1011010 | 10001 | 11001 | 1010010 | 101101 |
Color Harmonies of #D36315
Complementary color
Monochromatic Colors of #D36315
Black with #D36315
Text Example
Text Example
White with #D36315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36315; }
p { color: rgb(211,99,21); }
H1.HeaderClassName
{
color: #D36315;
}
.AnyTagClassName
{
color: #D36315;
}
</style>
background-color css
<style>
a { background-color: #D36315; }
a { background-color: rgb(211,99,21); }
div.DivClassName
{
background-color: #D36315;
}
.BgClassName
{
background-color: #D36315;
}
</style>
border-color css
<style>
span { border-color: #D36315; }
span { border-color: rgb(211,99,21); }
td.TdClassName
{
border-color: #D36315;
}
.TagClassName
{
border-color: #D36315;
}
</style>