Shades of Chocolate #D35D18
Tints of Chocolate #D35D18
RGB
CMYK
RGB Variations
Color information
#D35D18 (or 0xD35D18) is known color: Chocolate. HEX triplet: D3, 5D and 18. RGB value is (211,93,24). Sum of RGB (Red+Green+Blue) = 211+93+24=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35D18 is #2CA2E7. Grayscale: #787878. Windows color (decimal): -2925288 or 1596883. OLE color: 1596883.
HSL color Cylindrical-coordinate representation of color #D35D18: hue angle of 22.14º 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 #D35D18 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 24 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.17 |
| HSL | 22.14º | 0.8% | 0.46% | - |
| HSV(B) | 22.14º | 0.89% | 0.83% | - |
| XYZ | 30.94 | 21.74 | 3.43 | - |
| YUV | 120.42 | 73.59 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 24 | 0 | 0.56 | 0.89 | 0.17 | 22.14 | 0.8 | 0.46 |
| Hex | D3 | 5D | 18 | 0 | 38 | 59 | 11 | 16 | 50 | 2E |
| Octal | 323 | 135 | 30 | 0 | 70 | 131 | 21 | 26 | 120 | 56 |
| Binary | 11010011 | 1011101 | 11000 | 0 | 111000 | 1011001 | 10001 | 10110 | 1010000 | 101110 |
Color Harmonies of #D35D18
Complementary color
Monochromatic Colors of #D35D18
Black with #D35D18
Text Example
Text Example
White with #D35D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35D18; }
p { color: rgb(211,93,24); }
H1.HeaderClassName
{
color: #D35D18;
}
.AnyTagClassName
{
color: #D35D18;
}
</style>
background-color css
<style>
a { background-color: #D35D18; }
a { background-color: rgb(211,93,24); }
div.DivClassName
{
background-color: #D35D18;
}
.BgClassName
{
background-color: #D35D18;
}
</style>
border-color css
<style>
span { border-color: #D35D18; }
span { border-color: rgb(211,93,24); }
td.TdClassName
{
border-color: #D35D18;
}
.TagClassName
{
border-color: #D35D18;
}
</style>