Shades of Chocolate #D15B15
Tints of Chocolate #D15B15
RGB
CMYK
RGB Variations
Color information
#D15B15 (or 0xD15B15) is known color: Chocolate. HEX triplet: D1, 5B and 15. RGB value is (209,91,21). Sum of RGB (Red+Green+Blue) = 209+91+21=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15B15 is #2EA4EA. Grayscale: #767676. Windows color (decimal): -3056875 or 1399761. OLE color: 1399761.
HSL color Cylindrical-coordinate representation of color #D15B15: hue angle of 22.34º 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 #D15B15 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 21 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.18 |
| HSL | 22.34º | 0.82% | 0.45% | - |
| HSV(B) | 22.34º | 0.9% | 0.82% | - |
| XYZ | 30.17 | 21.09 | 3.19 | - |
| YUV | 118.3 | 73.09 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 21 | 0 | 0.56 | 0.90 | 0.18 | 22.34 | 0.82 | 0.45 |
| Hex | D1 | 5B | 15 | 0 | 38 | 5A | 12 | 16 | 52 | 2D |
| Octal | 321 | 133 | 25 | 0 | 70 | 132 | 22 | 26 | 122 | 55 |
| Binary | 11010001 | 1011011 | 10101 | 0 | 111000 | 1011010 | 10010 | 10110 | 1010010 | 101101 |
Color Harmonies of #D15B15
Complementary color
Monochromatic Colors of #D15B15
Black with #D15B15
Text Example
Text Example
White with #D15B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B15; }
p { color: rgb(209,91,21); }
H1.HeaderClassName
{
color: #D15B15;
}
.AnyTagClassName
{
color: #D15B15;
}
</style>
background-color css
<style>
a { background-color: #D15B15; }
a { background-color: rgb(209,91,21); }
div.DivClassName
{
background-color: #D15B15;
}
.BgClassName
{
background-color: #D15B15;
}
</style>
border-color css
<style>
span { border-color: #D15B15; }
span { border-color: rgb(209,91,21); }
td.TdClassName
{
border-color: #D15B15;
}
.TagClassName
{
border-color: #D15B15;
}
</style>