Shades of Chocolate #D15C13
Tints of Chocolate #D15C13
RGB
CMYK
RGB Variations
Color information
#D15C13 (or 0xD15C13) is known color: Chocolate. HEX triplet: D1, 5C and 13. RGB value is (209,92,19). Sum of RGB (Red+Green+Blue) = 209+92+19=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15C13 is #2EA3EC. Grayscale: #777777. Windows color (decimal): -3056621 or 1268945. OLE color: 1268945.
HSL color Cylindrical-coordinate representation of color #D15C13: hue angle of 23.05º 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 #D15C13 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 19 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.18 |
| HSL | 23.05º | 0.83% | 0.45% | - |
| HSV(B) | 23.05º | 0.91% | 0.82% | - |
| XYZ | 30.24 | 21.26 | 3.13 | - |
| YUV | 118.66 | 71.76 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 19 | 0 | 0.56 | 0.91 | 0.18 | 23.05 | 0.83 | 0.45 |
| Hex | D1 | 5C | 13 | 0 | 38 | 5B | 12 | 17 | 53 | 2D |
| Octal | 321 | 134 | 23 | 0 | 70 | 133 | 22 | 27 | 123 | 55 |
| Binary | 11010001 | 1011100 | 10011 | 0 | 111000 | 1011011 | 10010 | 10111 | 1010011 | 101101 |
Color Harmonies of #D15C13
Complementary color
Monochromatic Colors of #D15C13
Black with #D15C13
Text Example
Text Example
White with #D15C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C13; }
p { color: rgb(209,92,19); }
H1.HeaderClassName
{
color: #D15C13;
}
.AnyTagClassName
{
color: #D15C13;
}
</style>
background-color css
<style>
a { background-color: #D15C13; }
a { background-color: rgb(209,92,19); }
div.DivClassName
{
background-color: #D15C13;
}
.BgClassName
{
background-color: #D15C13;
}
</style>
border-color css
<style>
span { border-color: #D15C13; }
span { border-color: rgb(209,92,19); }
td.TdClassName
{
border-color: #D15C13;
}
.TagClassName
{
border-color: #D15C13;
}
</style>