Shades of Chocolate #D15D11
Tints of Chocolate #D15D11
RGB
CMYK
RGB Variations
Color information
#D15D11 (or 0xD15D11) is known color: Chocolate. HEX triplet: D1, 5D and 11. RGB value is (209,93,17). Sum of RGB (Red+Green+Blue) = 209+93+17=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15D11 is #2EA2EE. Grayscale: #777777. Windows color (decimal): -3056367 or 1138129. OLE color: 1138129.
HSL color Cylindrical-coordinate representation of color #D15D11: hue angle of 23.75º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D15D11 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 17 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.18 |
| HSL | 23.75º | 0.85% | 0.44% | - |
| HSV(B) | 23.75º | 0.92% | 0.82% | - |
| XYZ | 30.31 | 21.42 | 3.07 | - |
| YUV | 119.02 | 70.43 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 17 | 0 | 0.56 | 0.92 | 0.18 | 23.75 | 0.85 | 0.44 |
| Hex | D1 | 5D | 11 | 0 | 38 | 5C | 12 | 18 | 55 | 2C |
| Octal | 321 | 135 | 21 | 0 | 70 | 134 | 22 | 30 | 125 | 54 |
| Binary | 11010001 | 1011101 | 10001 | 0 | 111000 | 1011100 | 10010 | 11000 | 1010101 | 101100 |
Color Harmonies of #D15D11
Complementary color
Monochromatic Colors of #D15D11
Black with #D15D11
Text Example
Text Example
White with #D15D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D11; }
p { color: rgb(209,93,17); }
H1.HeaderClassName
{
color: #D15D11;
}
.AnyTagClassName
{
color: #D15D11;
}
</style>
background-color css
<style>
a { background-color: #D15D11; }
a { background-color: rgb(209,93,17); }
div.DivClassName
{
background-color: #D15D11;
}
.BgClassName
{
background-color: #D15D11;
}
</style>
border-color css
<style>
span { border-color: #D15D11; }
span { border-color: rgb(209,93,17); }
td.TdClassName
{
border-color: #D15D11;
}
.TagClassName
{
border-color: #D15D11;
}
</style>