Shades of Chocolate #D35F13
Tints of Chocolate #D35F13
RGB
CMYK
RGB Variations
Color information
#D35F13 (or 0xD35F13) is known color: Chocolate. HEX triplet: D3, 5F and 13. RGB value is (211,95,19). Sum of RGB (Red+Green+Blue) = 211+95+19=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35F13 is #2CA0EC. Grayscale: #797979. Windows color (decimal): -2924781 or 1269715. OLE color: 1269715.
HSL color Cylindrical-coordinate representation of color #D35F13: hue angle of 23.75º 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 #D35F13 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 95 | 19 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.17 |
| HSL | 23.75º | 0.83% | 0.45% | - |
| HSV(B) | 23.75º | 0.91% | 0.83% | - |
| XYZ | 31.07 | 22.08 | 3.24 | - |
| YUV | 121.02 | 70.43 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 19 | 0 | 0.55 | 0.91 | 0.17 | 23.75 | 0.83 | 0.45 |
| Hex | D3 | 5F | 13 | 0 | 37 | 5B | 11 | 18 | 53 | 2D |
| Octal | 323 | 137 | 23 | 0 | 67 | 133 | 21 | 30 | 123 | 55 |
| Binary | 11010011 | 1011111 | 10011 | 0 | 110111 | 1011011 | 10001 | 11000 | 1010011 | 101101 |
Color Harmonies of #D35F13
Complementary color
Monochromatic Colors of #D35F13
Black with #D35F13
Text Example
Text Example
White with #D35F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35F13; }
p { color: rgb(211,95,19); }
H1.HeaderClassName
{
color: #D35F13;
}
.AnyTagClassName
{
color: #D35F13;
}
</style>
background-color css
<style>
a { background-color: #D35F13; }
a { background-color: rgb(211,95,19); }
div.DivClassName
{
background-color: #D35F13;
}
.BgClassName
{
background-color: #D35F13;
}
</style>
border-color css
<style>
span { border-color: #D35F13; }
span { border-color: rgb(211,95,19); }
td.TdClassName
{
border-color: #D35F13;
}
.TagClassName
{
border-color: #D35F13;
}
</style>