Shades of Chocolate #D15D1A
Tints of Chocolate #D15D1A
RGB
CMYK
RGB Variations
Color information
#D15D1A (or 0xD15D1A) is known color: Chocolate. HEX triplet: D1, 5D and 1A. RGB value is (209,93,26). Sum of RGB (Red+Green+Blue) = 209+93+26=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15D1A is #2EA2E5. Grayscale: #787878. Windows color (decimal): -3056358 or 1727953. OLE color: 1727953.
HSL color Cylindrical-coordinate representation of color #D15D1A: hue angle of 21.97º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D15D1A is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 26 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.18 |
| HSL | 21.97º | 0.78% | 0.46% | - |
| HSV(B) | 21.97º | 0.88% | 0.82% | - |
| XYZ | 30.4 | 21.46 | 3.52 | - |
| YUV | 120.05 | 74.93 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 26 | 0 | 0.56 | 0.88 | 0.18 | 21.97 | 0.78 | 0.46 |
| Hex | D1 | 5D | 1A | 0 | 38 | 58 | 12 | 16 | 4E | 2E |
| Octal | 321 | 135 | 32 | 0 | 70 | 130 | 22 | 26 | 116 | 56 |
| Binary | 11010001 | 1011101 | 11010 | 0 | 111000 | 1011000 | 10010 | 10110 | 1001110 | 101110 |
Color Harmonies of #D15D1A
Complementary color
Monochromatic Colors of #D15D1A
Black with #D15D1A
Text Example
Text Example
White with #D15D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D1A; }
p { color: rgb(209,93,26); }
H1.HeaderClassName
{
color: #D15D1A;
}
.AnyTagClassName
{
color: #D15D1A;
}
</style>
background-color css
<style>
a { background-color: #D15D1A; }
a { background-color: rgb(209,93,26); }
div.DivClassName
{
background-color: #D15D1A;
}
.BgClassName
{
background-color: #D15D1A;
}
</style>
border-color css
<style>
span { border-color: #D15D1A; }
span { border-color: rgb(209,93,26); }
td.TdClassName
{
border-color: #D15D1A;
}
.TagClassName
{
border-color: #D15D1A;
}
</style>