Shades of Chocolate #D36318
Tints of Chocolate #D36318
RGB
CMYK
RGB Variations
Color information
#D36318 (or 0xD36318) is known color: Chocolate. HEX triplet: D3, 63 and 18. RGB value is (211,99,24). Sum of RGB (Red+Green+Blue) = 211+99+24=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D36318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36318 is #2C9CE7. Grayscale: #7C7C7C. Windows color (decimal): -2923752 or 1598419. OLE color: 1598419.
HSL color Cylindrical-coordinate representation of color #D36318: hue angle of 24.06º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D36318 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 24 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.17 |
| HSL | 24.06º | 0.8% | 0.46% | - |
| HSV(B) | 24.06º | 0.89% | 0.83% | - |
| XYZ | 31.49 | 22.84 | 3.61 | - |
| YUV | 123.94 | 71.61 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 24 | 0 | 0.53 | 0.89 | 0.17 | 24.06 | 0.8 | 0.46 |
| Hex | D3 | 63 | 18 | 0 | 35 | 59 | 11 | 18 | 50 | 2E |
| Octal | 323 | 143 | 30 | 0 | 65 | 131 | 21 | 30 | 120 | 56 |
| Binary | 11010011 | 1100011 | 11000 | 0 | 110101 | 1011001 | 10001 | 11000 | 1010000 | 101110 |
Color Harmonies of #D36318
Complementary color
Monochromatic Colors of #D36318
Black with #D36318
Text Example
Text Example
White with #D36318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36318; }
p { color: rgb(211,99,24); }
H1.HeaderClassName
{
color: #D36318;
}
.AnyTagClassName
{
color: #D36318;
}
</style>
background-color css
<style>
a { background-color: #D36318; }
a { background-color: rgb(211,99,24); }
div.DivClassName
{
background-color: #D36318;
}
.BgClassName
{
background-color: #D36318;
}
</style>
border-color css
<style>
span { border-color: #D36318; }
span { border-color: rgb(211,99,24); }
td.TdClassName
{
border-color: #D36318;
}
.TagClassName
{
border-color: #D36318;
}
</style>