Shades of Chocolate #D26418
Tints of Chocolate #D26418
RGB
CMYK
RGB Variations
Color information
#D26418 (or 0xD26418) is known color: Chocolate. HEX triplet: D2, 64 and 18. RGB value is (210,100,24). Sum of RGB (Red+Green+Blue) = 210+100+24=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D26418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26418 is #2D9BE7. Grayscale: #7C7C7C. Windows color (decimal): -2989032 or 1598674. OLE color: 1598674.
HSL color Cylindrical-coordinate representation of color #D26418: hue angle of 24.52º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D26418 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 24 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.18 |
| HSL | 24.52º | 0.79% | 0.46% | - |
| HSV(B) | 24.52º | 0.89% | 0.82% | - |
| XYZ | 31.3 | 22.88 | 3.63 | - |
| YUV | 124.23 | 71.44 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 24 | 0 | 0.52 | 0.89 | 0.18 | 24.52 | 0.79 | 0.46 |
| Hex | D2 | 64 | 18 | 0 | 34 | 59 | 12 | 19 | 4F | 2E |
| Octal | 322 | 144 | 30 | 0 | 64 | 131 | 22 | 31 | 117 | 56 |
| Binary | 11010010 | 1100100 | 11000 | 0 | 110100 | 1011001 | 10010 | 11001 | 1001111 | 101110 |
Color Harmonies of #D26418
Complementary color
Monochromatic Colors of #D26418
Black with #D26418
Text Example
Text Example
White with #D26418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26418; }
p { color: rgb(210,100,24); }
H1.HeaderClassName
{
color: #D26418;
}
.AnyTagClassName
{
color: #D26418;
}
</style>
background-color css
<style>
a { background-color: #D26418; }
a { background-color: rgb(210,100,24); }
div.DivClassName
{
background-color: #D26418;
}
.BgClassName
{
background-color: #D26418;
}
</style>
border-color css
<style>
span { border-color: #D26418; }
span { border-color: rgb(210,100,24); }
td.TdClassName
{
border-color: #D26418;
}
.TagClassName
{
border-color: #D26418;
}
</style>