Shades of Chocolate #D26D13
Tints of Chocolate #D26D13
RGB
CMYK
RGB Variations
Color information
#D26D13 (or 0xD26D13) is known color: Chocolate. HEX triplet: D2, 6D and 13. RGB value is (210,109,19). Sum of RGB (Red+Green+Blue) = 210+109+19=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26D13 is #2D92EC. Grayscale: #818181. Windows color (decimal): -2986733 or 1273298. OLE color: 1273298.
HSL color Cylindrical-coordinate representation of color #D26D13: hue angle of 28.27º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D26D13 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 19 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.18 |
| HSL | 28.27º | 0.83% | 0.45% | - |
| HSV(B) | 28.27º | 0.91% | 0.82% | - |
| XYZ | 32.16 | 24.69 | 3.69 | - |
| YUV | 128.94 | 65.96 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 19 | 0 | 0.48 | 0.91 | 0.18 | 28.27 | 0.83 | 0.45 |
| Hex | D2 | 6D | 13 | 0 | 30 | 5B | 12 | 1C | 53 | 2D |
| Octal | 322 | 155 | 23 | 0 | 60 | 133 | 22 | 34 | 123 | 55 |
| Binary | 11010010 | 1101101 | 10011 | 0 | 110000 | 1011011 | 10010 | 11100 | 1010011 | 101101 |
Color Harmonies of #D26D13
Complementary color
Monochromatic Colors of #D26D13
Black with #D26D13
Text Example
Text Example
White with #D26D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D13; }
p { color: rgb(210,109,19); }
H1.HeaderClassName
{
color: #D26D13;
}
.AnyTagClassName
{
color: #D26D13;
}
</style>
background-color css
<style>
a { background-color: #D26D13; }
a { background-color: rgb(210,109,19); }
div.DivClassName
{
background-color: #D26D13;
}
.BgClassName
{
background-color: #D26D13;
}
</style>
border-color css
<style>
span { border-color: #D26D13; }
span { border-color: rgb(210,109,19); }
td.TdClassName
{
border-color: #D26D13;
}
.TagClassName
{
border-color: #D26D13;
}
</style>