Shades of Chocolate #D15B12
Tints of Chocolate #D15B12
RGB
CMYK
RGB Variations
Color information
#D15B12 (or 0xD15B12) is known color: Chocolate. HEX triplet: D1, 5B and 12. RGB value is (209,91,18). Sum of RGB (Red+Green+Blue) = 209+91+18=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15B12 is #2EA4ED. Grayscale: #767676. Windows color (decimal): -3056878 or 1203153. OLE color: 1203153.
HSL color Cylindrical-coordinate representation of color #D15B12: hue angle of 22.93º degrees, saturation: 0.84, 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 #D15B12 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 18 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.18 |
| HSL | 22.93º | 0.84% | 0.45% | - |
| HSV(B) | 22.93º | 0.91% | 0.82% | - |
| XYZ | 30.14 | 21.08 | 3.05 | - |
| YUV | 117.96 | 71.59 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 18 | 0 | 0.56 | 0.91 | 0.18 | 22.93 | 0.84 | 0.45 |
| Hex | D1 | 5B | 12 | 0 | 38 | 5B | 12 | 17 | 54 | 2D |
| Octal | 321 | 133 | 22 | 0 | 70 | 133 | 22 | 27 | 124 | 55 |
| Binary | 11010001 | 1011011 | 10010 | 0 | 111000 | 1011011 | 10010 | 10111 | 1010100 | 101101 |
Color Harmonies of #D15B12
Complementary color
Monochromatic Colors of #D15B12
Black with #D15B12
Text Example
Text Example
White with #D15B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B12; }
p { color: rgb(209,91,18); }
H1.HeaderClassName
{
color: #D15B12;
}
.AnyTagClassName
{
color: #D15B12;
}
</style>
background-color css
<style>
a { background-color: #D15B12; }
a { background-color: rgb(209,91,18); }
div.DivClassName
{
background-color: #D15B12;
}
.BgClassName
{
background-color: #D15B12;
}
</style>
border-color css
<style>
span { border-color: #D15B12; }
span { border-color: rgb(209,91,18); }
td.TdClassName
{
border-color: #D15B12;
}
.TagClassName
{
border-color: #D15B12;
}
</style>