Shades of Chocolate #D15B1D
Tints of Chocolate #D15B1D
RGB
CMYK
RGB Variations
Color information
#D15B1D (or 0xD15B1D) is known color: Chocolate. HEX triplet: D1, 5B and 1D. RGB value is (209,91,29). Sum of RGB (Red+Green+Blue) = 209+91+29=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15B1D is #2EA4E2. Grayscale: #777777. Windows color (decimal): -3056867 or 1924049. OLE color: 1924049.
HSL color Cylindrical-coordinate representation of color #D15B1D: hue angle of 20.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D15B1D is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 29 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.18 |
| HSL | 20.67º | 0.76% | 0.47% | - |
| HSV(B) | 20.67º | 0.86% | 0.82% | - |
| XYZ | 30.26 | 21.13 | 3.65 | - |
| YUV | 119.21 | 77.09 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 29 | 0 | 0.56 | 0.86 | 0.18 | 20.67 | 0.76 | 0.47 |
| Hex | D1 | 5B | 1D | 0 | 38 | 56 | 12 | 15 | 4C | 2F |
| Octal | 321 | 133 | 35 | 0 | 70 | 126 | 22 | 25 | 114 | 57 |
| Binary | 11010001 | 1011011 | 11101 | 0 | 111000 | 1010110 | 10010 | 10101 | 1001100 | 101111 |
Color Harmonies of #D15B1D
Complementary color
Monochromatic Colors of #D15B1D
Black with #D15B1D
Text Example
Text Example
White with #D15B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B1D; }
p { color: rgb(209,91,29); }
H1.HeaderClassName
{
color: #D15B1D;
}
.AnyTagClassName
{
color: #D15B1D;
}
</style>
background-color css
<style>
a { background-color: #D15B1D; }
a { background-color: rgb(209,91,29); }
div.DivClassName
{
background-color: #D15B1D;
}
.BgClassName
{
background-color: #D15B1D;
}
</style>
border-color css
<style>
span { border-color: #D15B1D; }
span { border-color: rgb(209,91,29); }
td.TdClassName
{
border-color: #D15B1D;
}
.TagClassName
{
border-color: #D15B1D;
}
</style>