Shades of Chocolate #D26615
Tints of Chocolate #D26615
RGB
CMYK
RGB Variations
Color information
#D26615 (or 0xD26615) is known color: Chocolate. HEX triplet: D2, 66 and 15. RGB value is (210,102,21). Sum of RGB (Red+Green+Blue) = 210+102+21=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D26615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26615 is #2D99EA. Grayscale: #7D7D7D. Windows color (decimal): -2988523 or 1402578. OLE color: 1402578.
HSL color Cylindrical-coordinate representation of color #D26615: hue angle of 25.71º 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 #D26615 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 21 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.18 |
| HSL | 25.71º | 0.82% | 0.45% | - |
| HSV(B) | 25.71º | 0.9% | 0.82% | - |
| XYZ | 31.47 | 23.26 | 3.54 | - |
| YUV | 125.06 | 69.28 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 21 | 0 | 0.51 | 0.90 | 0.18 | 25.71 | 0.82 | 0.45 |
| Hex | D2 | 66 | 15 | 0 | 33 | 5A | 12 | 1A | 52 | 2D |
| Octal | 322 | 146 | 25 | 0 | 63 | 132 | 22 | 32 | 122 | 55 |
| Binary | 11010010 | 1100110 | 10101 | 0 | 110011 | 1011010 | 10010 | 11010 | 1010010 | 101101 |
Color Harmonies of #D26615
Complementary color
Monochromatic Colors of #D26615
Black with #D26615
Text Example
Text Example
White with #D26615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26615; }
p { color: rgb(210,102,21); }
H1.HeaderClassName
{
color: #D26615;
}
.AnyTagClassName
{
color: #D26615;
}
</style>
background-color css
<style>
a { background-color: #D26615; }
a { background-color: rgb(210,102,21); }
div.DivClassName
{
background-color: #D26615;
}
.BgClassName
{
background-color: #D26615;
}
</style>
border-color css
<style>
span { border-color: #D26615; }
span { border-color: rgb(210,102,21); }
td.TdClassName
{
border-color: #D26615;
}
.TagClassName
{
border-color: #D26615;
}
</style>