Shades of Chocolate #D15922
Tints of Chocolate #D15922
RGB
CMYK
RGB Variations
Color information
#D15922 (or 0xD15922) is known color: Chocolate. HEX triplet: D1, 59 and 22. RGB value is (209,89,34). Sum of RGB (Red+Green+Blue) = 209+89+34=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D15922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15922 is #2EA6DD. Grayscale: #767676. Windows color (decimal): -3057374 or 2251217. OLE color: 2251217.
HSL color Cylindrical-coordinate representation of color #D15922: hue angle of 18.86º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D15922 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 34 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.18 |
| HSL | 18.86º | 0.72% | 0.48% | - |
| HSV(B) | 18.86º | 0.84% | 0.82% | - |
| XYZ | 30.16 | 20.82 | 3.94 | - |
| YUV | 118.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 34 | 0 | 0.57 | 0.84 | 0.18 | 18.86 | 0.72 | 0.48 |
| Hex | D1 | 59 | 22 | 0 | 39 | 54 | 12 | 13 | 48 | 30 |
| Octal | 321 | 131 | 42 | 0 | 71 | 124 | 22 | 23 | 110 | 60 |
| Binary | 11010001 | 1011001 | 100010 | 0 | 111001 | 1010100 | 10010 | 10011 | 1001000 | 110000 |
Color Harmonies of #D15922
Complementary color
Monochromatic Colors of #D15922
Black with #D15922
Text Example
Text Example
White with #D15922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15922; }
p { color: rgb(209,89,34); }
H1.HeaderClassName
{
color: #D15922;
}
.AnyTagClassName
{
color: #D15922;
}
</style>
background-color css
<style>
a { background-color: #D15922; }
a { background-color: rgb(209,89,34); }
div.DivClassName
{
background-color: #D15922;
}
.BgClassName
{
background-color: #D15922;
}
</style>
border-color css
<style>
span { border-color: #D15922; }
span { border-color: rgb(209,89,34); }
td.TdClassName
{
border-color: #D15922;
}
.TagClassName
{
border-color: #D15922;
}
</style>