Shades of Chocolate #D26815
Tints of Chocolate #D26815
RGB
CMYK
RGB Variations
Color information
#D26815 (or 0xD26815) is known color: Chocolate. HEX triplet: D2, 68 and 15. RGB value is (210,104,21). Sum of RGB (Red+Green+Blue) = 210+104+21=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D26815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26815 is #2D97EA. Grayscale: #7E7E7E. Windows color (decimal): -2988011 or 1403090. OLE color: 1403090.
HSL color Cylindrical-coordinate representation of color #D26815: hue angle of 26.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D26815 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 21 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.18 |
| HSL | 26.35º | 0.82% | 0.45% | - |
| HSV(B) | 26.35º | 0.9% | 0.82% | - |
| XYZ | 31.66 | 23.66 | 3.61 | - |
| YUV | 126.23 | 68.62 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 21 | 0 | 0.50 | 0.90 | 0.18 | 26.35 | 0.82 | 0.45 |
| Hex | D2 | 68 | 15 | 0 | 32 | 5A | 12 | 1A | 52 | 2D |
| Octal | 322 | 150 | 25 | 0 | 62 | 132 | 22 | 32 | 122 | 55 |
| Binary | 11010010 | 1101000 | 10101 | 0 | 110010 | 1011010 | 10010 | 11010 | 1010010 | 101101 |
Color Harmonies of #D26815
Complementary color
Monochromatic Colors of #D26815
Black with #D26815
Text Example
Text Example
White with #D26815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26815; }
p { color: rgb(210,104,21); }
H1.HeaderClassName
{
color: #D26815;
}
.AnyTagClassName
{
color: #D26815;
}
</style>
background-color css
<style>
a { background-color: #D26815; }
a { background-color: rgb(210,104,21); }
div.DivClassName
{
background-color: #D26815;
}
.BgClassName
{
background-color: #D26815;
}
</style>
border-color css
<style>
span { border-color: #D26815; }
span { border-color: rgb(210,104,21); }
td.TdClassName
{
border-color: #D26815;
}
.TagClassName
{
border-color: #D26815;
}
</style>