Shades of Chocolate #D35D13
Tints of Chocolate #D35D13
RGB
CMYK
RGB Variations
Color information
#D35D13 (or 0xD35D13) is known color: Chocolate. HEX triplet: D3, 5D and 13. RGB value is (211,93,19). Sum of RGB (Red+Green+Blue) = 211+93+19=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35D13 is #2CA2EC. Grayscale: #787878. Windows color (decimal): -2925293 or 1269203. OLE color: 1269203.
HSL color Cylindrical-coordinate representation of color #D35D13: hue angle of 23.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D35D13 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 19 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.17 |
| HSL | 23.13º | 0.83% | 0.45% | - |
| HSV(B) | 23.13º | 0.91% | 0.83% | - |
| XYZ | 30.9 | 21.72 | 3.18 | - |
| YUV | 119.85 | 71.09 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 19 | 0 | 0.56 | 0.91 | 0.17 | 23.13 | 0.83 | 0.45 |
| Hex | D3 | 5D | 13 | 0 | 38 | 5B | 11 | 17 | 53 | 2D |
| Octal | 323 | 135 | 23 | 0 | 70 | 133 | 21 | 27 | 123 | 55 |
| Binary | 11010011 | 1011101 | 10011 | 0 | 111000 | 1011011 | 10001 | 10111 | 1010011 | 101101 |
Color Harmonies of #D35D13
Complementary color
Monochromatic Colors of #D35D13
Black with #D35D13
Text Example
Text Example
White with #D35D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35D13; }
p { color: rgb(211,93,19); }
H1.HeaderClassName
{
color: #D35D13;
}
.AnyTagClassName
{
color: #D35D13;
}
</style>
background-color css
<style>
a { background-color: #D35D13; }
a { background-color: rgb(211,93,19); }
div.DivClassName
{
background-color: #D35D13;
}
.BgClassName
{
background-color: #D35D13;
}
</style>
border-color css
<style>
span { border-color: #D35D13; }
span { border-color: rgb(211,93,19); }
td.TdClassName
{
border-color: #D35D13;
}
.TagClassName
{
border-color: #D35D13;
}
</style>