Shades of Chocolate #D15F13
Tints of Chocolate #D15F13
RGB
CMYK
RGB Variations
Color information
#D15F13 (or 0xD15F13) is known color: Chocolate. HEX triplet: D1, 5F and 13. RGB value is (209,95,19). Sum of RGB (Red+Green+Blue) = 209+95+19=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15F13 is #2EA0EC. Grayscale: #787878. Windows color (decimal): -3055853 or 1269713. OLE color: 1269713.
HSL color Cylindrical-coordinate representation of color #D15F13: hue angle of 24º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D15F13 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 19 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.18 |
| HSL | 24º | 0.83% | 0.45% | - |
| HSV(B) | 24º | 0.91% | 0.82% | - |
| XYZ | 30.5 | 21.79 | 3.21 | - |
| YUV | 120.42 | 70.77 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 19 | 0 | 0.55 | 0.91 | 0.18 | 24 | 0.83 | 0.45 |
| Hex | D1 | 5F | 13 | 0 | 37 | 5B | 12 | 18 | 53 | 2D |
| Octal | 321 | 137 | 23 | 0 | 67 | 133 | 22 | 30 | 123 | 55 |
| Binary | 11010001 | 1011111 | 10011 | 0 | 110111 | 1011011 | 10010 | 11000 | 1010011 | 101101 |
Color Harmonies of #D15F13
Complementary color
Monochromatic Colors of #D15F13
Black with #D15F13
Text Example
Text Example
White with #D15F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F13; }
p { color: rgb(209,95,19); }
H1.HeaderClassName
{
color: #D15F13;
}
.AnyTagClassName
{
color: #D15F13;
}
</style>
background-color css
<style>
a { background-color: #D15F13; }
a { background-color: rgb(209,95,19); }
div.DivClassName
{
background-color: #D15F13;
}
.BgClassName
{
background-color: #D15F13;
}
</style>
border-color css
<style>
span { border-color: #D15F13; }
span { border-color: rgb(209,95,19); }
td.TdClassName
{
border-color: #D15F13;
}
.TagClassName
{
border-color: #D15F13;
}
</style>