Shades of Chocolate #D15D20
Tints of Chocolate #D15D20
RGB
CMYK
RGB Variations
Color information
#D15D20 (or 0xD15D20) is known color: Chocolate. HEX triplet: D1, 5D and 20. RGB value is (209,93,32). Sum of RGB (Red+Green+Blue) = 209+93+32=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15D20 is #2EA2DF. Grayscale: #797979. Windows color (decimal): -3056352 or 2121169. OLE color: 2121169.
HSL color Cylindrical-coordinate representation of color #D15D20: hue angle of 20.68º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D15D20 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 32 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.18 |
| HSL | 20.68º | 0.73% | 0.47% | - |
| HSV(B) | 20.68º | 0.85% | 0.82% | - |
| XYZ | 30.47 | 21.49 | 3.91 | - |
| YUV | 120.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 32 | 0 | 0.56 | 0.85 | 0.18 | 20.68 | 0.73 | 0.47 |
| Hex | D1 | 5D | 20 | 0 | 38 | 55 | 12 | 15 | 49 | 2F |
| Octal | 321 | 135 | 40 | 0 | 70 | 125 | 22 | 25 | 111 | 57 |
| Binary | 11010001 | 1011101 | 100000 | 0 | 111000 | 1010101 | 10010 | 10101 | 1001001 | 101111 |
Color Harmonies of #D15D20
Complementary color
Monochromatic Colors of #D15D20
Black with #D15D20
Text Example
Text Example
White with #D15D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D20; }
p { color: rgb(209,93,32); }
H1.HeaderClassName
{
color: #D15D20;
}
.AnyTagClassName
{
color: #D15D20;
}
</style>
background-color css
<style>
a { background-color: #D15D20; }
a { background-color: rgb(209,93,32); }
div.DivClassName
{
background-color: #D15D20;
}
.BgClassName
{
background-color: #D15D20;
}
</style>
border-color css
<style>
span { border-color: #D15D20; }
span { border-color: rgb(209,93,32); }
td.TdClassName
{
border-color: #D15D20;
}
.TagClassName
{
border-color: #D15D20;
}
</style>