Shades of Chocolate #D15C15
Tints of Chocolate #D15C15
RGB
CMYK
RGB Variations
Color information
#D15C15 (or 0xD15C15) is known color: Chocolate. HEX triplet: D1, 5C and 15. RGB value is (209,92,21). Sum of RGB (Red+Green+Blue) = 209+92+21=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15C15 is #2EA3EA. Grayscale: #777777. Windows color (decimal): -3056619 or 1400017. OLE color: 1400017.
HSL color Cylindrical-coordinate representation of color #D15C15: hue angle of 22.66º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D15C15 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 21 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.18 |
| HSL | 22.66º | 0.82% | 0.45% | - |
| HSV(B) | 22.66º | 0.9% | 0.82% | - |
| XYZ | 30.26 | 21.26 | 3.22 | - |
| YUV | 118.89 | 72.76 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 21 | 0 | 0.56 | 0.90 | 0.18 | 22.66 | 0.82 | 0.45 |
| Hex | D1 | 5C | 15 | 0 | 38 | 5A | 12 | 17 | 52 | 2D |
| Octal | 321 | 134 | 25 | 0 | 70 | 132 | 22 | 27 | 122 | 55 |
| Binary | 11010001 | 1011100 | 10101 | 0 | 111000 | 1011010 | 10010 | 10111 | 1010010 | 101101 |
Color Harmonies of #D15C15
Complementary color
Monochromatic Colors of #D15C15
Black with #D15C15
Text Example
Text Example
White with #D15C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C15; }
p { color: rgb(209,92,21); }
H1.HeaderClassName
{
color: #D15C15;
}
.AnyTagClassName
{
color: #D15C15;
}
</style>
background-color css
<style>
a { background-color: #D15C15; }
a { background-color: rgb(209,92,21); }
div.DivClassName
{
background-color: #D15C15;
}
.BgClassName
{
background-color: #D15C15;
}
</style>
border-color css
<style>
span { border-color: #D15C15; }
span { border-color: rgb(209,92,21); }
td.TdClassName
{
border-color: #D15C15;
}
.TagClassName
{
border-color: #D15C15;
}
</style>