Shades of Chocolate #D15D12
Tints of Chocolate #D15D12
RGB
CMYK
RGB Variations
Color information
#D15D12 (or 0xD15D12) is known color: Chocolate. HEX triplet: D1, 5D and 12. RGB value is (209,93,18). Sum of RGB (Red+Green+Blue) = 209+93+18=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15D12 is #2EA2ED. Grayscale: #777777. Windows color (decimal): -3056366 or 1203665. OLE color: 1203665.
HSL color Cylindrical-coordinate representation of color #D15D12: hue angle of 23.56º 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 #D15D12 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 18 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.18 |
| HSL | 23.56º | 0.84% | 0.45% | - |
| HSV(B) | 23.56º | 0.91% | 0.82% | - |
| XYZ | 30.32 | 21.43 | 3.11 | - |
| YUV | 119.13 | 70.93 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 18 | 0 | 0.56 | 0.91 | 0.18 | 23.56 | 0.84 | 0.45 |
| Hex | D1 | 5D | 12 | 0 | 38 | 5B | 12 | 18 | 54 | 2D |
| Octal | 321 | 135 | 22 | 0 | 70 | 133 | 22 | 30 | 124 | 55 |
| Binary | 11010001 | 1011101 | 10010 | 0 | 111000 | 1011011 | 10010 | 11000 | 1010100 | 101101 |
Color Harmonies of #D15D12
Complementary color
Monochromatic Colors of #D15D12
Black with #D15D12
Text Example
Text Example
White with #D15D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D12; }
p { color: rgb(209,93,18); }
H1.HeaderClassName
{
color: #D15D12;
}
.AnyTagClassName
{
color: #D15D12;
}
</style>
background-color css
<style>
a { background-color: #D15D12; }
a { background-color: rgb(209,93,18); }
div.DivClassName
{
background-color: #D15D12;
}
.BgClassName
{
background-color: #D15D12;
}
</style>
border-color css
<style>
span { border-color: #D15D12; }
span { border-color: rgb(209,93,18); }
td.TdClassName
{
border-color: #D15D12;
}
.TagClassName
{
border-color: #D15D12;
}
</style>