Shades of Chocolate #D26318
Tints of Chocolate #D26318
RGB
CMYK
RGB Variations
Color information
#D26318 (or 0xD26318) is known color: Chocolate. HEX triplet: D2, 63 and 18. RGB value is (210,99,24). Sum of RGB (Red+Green+Blue) = 210+99+24=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D26318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26318 is #2D9CE7. Grayscale: #7C7C7C. Windows color (decimal): -2989288 or 1598418. OLE color: 1598418.
HSL color Cylindrical-coordinate representation of color #D26318: hue angle of 24.19º 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 #D26318 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 24 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.18 |
| HSL | 24.19º | 0.79% | 0.46% | - |
| HSV(B) | 24.19º | 0.89% | 0.82% | - |
| XYZ | 31.21 | 22.69 | 3.6 | - |
| YUV | 123.64 | 71.77 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 24 | 0 | 0.53 | 0.89 | 0.18 | 24.19 | 0.79 | 0.46 |
| Hex | D2 | 63 | 18 | 0 | 35 | 59 | 12 | 18 | 4F | 2E |
| Octal | 322 | 143 | 30 | 0 | 65 | 131 | 22 | 30 | 117 | 56 |
| Binary | 11010010 | 1100011 | 11000 | 0 | 110101 | 1011001 | 10010 | 11000 | 1001111 | 101110 |
Color Harmonies of #D26318
Complementary color
Monochromatic Colors of #D26318
Black with #D26318
Text Example
Text Example
White with #D26318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26318; }
p { color: rgb(210,99,24); }
H1.HeaderClassName
{
color: #D26318;
}
.AnyTagClassName
{
color: #D26318;
}
</style>
background-color css
<style>
a { background-color: #D26318; }
a { background-color: rgb(210,99,24); }
div.DivClassName
{
background-color: #D26318;
}
.BgClassName
{
background-color: #D26318;
}
</style>
border-color css
<style>
span { border-color: #D26318; }
span { border-color: rgb(210,99,24); }
td.TdClassName
{
border-color: #D26318;
}
.TagClassName
{
border-color: #D26318;
}
</style>