Shades of Chocolate #D35915
Tints of Chocolate #D35915
RGB
CMYK
RGB Variations
Color information
#D35915 (or 0xD35915) is known color: Chocolate. HEX triplet: D3, 59 and 15. RGB value is (211,89,21). Sum of RGB (Red+Green+Blue) = 211+89+21=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D35915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35915 is #2CA6EA. Grayscale: #767676. Windows color (decimal): -2926315 or 1399251. OLE color: 1399251.
HSL color Cylindrical-coordinate representation of color #D35915: hue angle of 21.47º 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 #D35915 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 21 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.17 |
| HSL | 21.47º | 0.82% | 0.45% | - |
| HSV(B) | 21.47º | 0.9% | 0.83% | - |
| XYZ | 30.57 | 21.05 | 3.16 | - |
| YUV | 117.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 21 | 0 | 0.58 | 0.90 | 0.17 | 21.47 | 0.82 | 0.45 |
| Hex | D3 | 59 | 15 | 0 | 3A | 5A | 11 | 15 | 52 | 2D |
| Octal | 323 | 131 | 25 | 0 | 72 | 132 | 21 | 25 | 122 | 55 |
| Binary | 11010011 | 1011001 | 10101 | 0 | 111010 | 1011010 | 10001 | 10101 | 1010010 | 101101 |
Color Harmonies of #D35915
Complementary color
Monochromatic Colors of #D35915
Black with #D35915
Text Example
Text Example
White with #D35915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35915; }
p { color: rgb(211,89,21); }
H1.HeaderClassName
{
color: #D35915;
}
.AnyTagClassName
{
color: #D35915;
}
</style>
background-color css
<style>
a { background-color: #D35915; }
a { background-color: rgb(211,89,21); }
div.DivClassName
{
background-color: #D35915;
}
.BgClassName
{
background-color: #D35915;
}
</style>
border-color css
<style>
span { border-color: #D35915; }
span { border-color: rgb(211,89,21); }
td.TdClassName
{
border-color: #D35915;
}
.TagClassName
{
border-color: #D35915;
}
</style>