Shades of Chocolate #D15B23
Tints of Chocolate #D15B23
RGB
CMYK
RGB Variations
Color information
#D15B23 (or 0xD15B23) is known color: Chocolate. HEX triplet: D1, 5B and 23. RGB value is (209,91,35). Sum of RGB (Red+Green+Blue) = 209+91+35=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15B23 is #2EA4DC. Grayscale: #787878. Windows color (decimal): -3056861 or 2317265. OLE color: 2317265.
HSL color Cylindrical-coordinate representation of color #D15B23: hue angle of 19.31º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D15B23 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 35 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.18 |
| HSL | 19.31º | 0.71% | 0.48% | - |
| HSV(B) | 19.31º | 0.83% | 0.82% | - |
| XYZ | 30.34 | 21.16 | 4.08 | - |
| YUV | 119.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 35 | 0 | 0.56 | 0.83 | 0.18 | 19.31 | 0.71 | 0.48 |
| Hex | D1 | 5B | 23 | 0 | 38 | 53 | 12 | 13 | 47 | 30 |
| Octal | 321 | 133 | 43 | 0 | 70 | 123 | 22 | 23 | 107 | 60 |
| Binary | 11010001 | 1011011 | 100011 | 0 | 111000 | 1010011 | 10010 | 10011 | 1000111 | 110000 |
Color Harmonies of #D15B23
Complementary color
Monochromatic Colors of #D15B23
Black with #D15B23
Text Example
Text Example
White with #D15B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B23; }
p { color: rgb(209,91,35); }
H1.HeaderClassName
{
color: #D15B23;
}
.AnyTagClassName
{
color: #D15B23;
}
</style>
background-color css
<style>
a { background-color: #D15B23; }
a { background-color: rgb(209,91,35); }
div.DivClassName
{
background-color: #D15B23;
}
.BgClassName
{
background-color: #D15B23;
}
</style>
border-color css
<style>
span { border-color: #D15B23; }
span { border-color: rgb(209,91,35); }
td.TdClassName
{
border-color: #D15B23;
}
.TagClassName
{
border-color: #D15B23;
}
</style>