Shades of Chocolate #D15F10
Tints of Chocolate #D15F10
RGB
CMYK
RGB Variations
Color information
#D15F10 (or 0xD15F10) is known color: Chocolate. HEX triplet: D1, 5F and 10. RGB value is (209,95,16). Sum of RGB (Red+Green+Blue) = 209+95+16=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15F10 is #2EA0EF. Grayscale: #787878. Windows color (decimal): -3055856 or 1073105. OLE color: 1073105.
HSL color Cylindrical-coordinate representation of color #D15F10: hue angle of 24.56º degrees, saturation: 0.86, 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 #D15F10 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 16 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.18 |
| HSL | 24.56º | 0.86% | 0.44% | - |
| HSV(B) | 24.56º | 0.92% | 0.82% | - |
| XYZ | 30.48 | 21.78 | 3.09 | - |
| YUV | 120.08 | 69.27 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 16 | 0 | 0.55 | 0.92 | 0.18 | 24.56 | 0.86 | 0.44 |
| Hex | D1 | 5F | 10 | 0 | 37 | 5C | 12 | 19 | 56 | 2C |
| Octal | 321 | 137 | 20 | 0 | 67 | 134 | 22 | 31 | 126 | 54 |
| Binary | 11010001 | 1011111 | 10000 | 0 | 110111 | 1011100 | 10010 | 11001 | 1010110 | 101100 |
Color Harmonies of #D15F10
Complementary color
Monochromatic Colors of #D15F10
Black with #D15F10
Text Example
Text Example
White with #D15F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F10; }
p { color: rgb(209,95,16); }
H1.HeaderClassName
{
color: #D15F10;
}
.AnyTagClassName
{
color: #D15F10;
}
</style>
background-color css
<style>
a { background-color: #D15F10; }
a { background-color: rgb(209,95,16); }
div.DivClassName
{
background-color: #D15F10;
}
.BgClassName
{
background-color: #D15F10;
}
</style>
border-color css
<style>
span { border-color: #D15F10; }
span { border-color: rgb(209,95,16); }
td.TdClassName
{
border-color: #D15F10;
}
.TagClassName
{
border-color: #D15F10;
}
</style>