Shades of Chocolate #D26817
Tints of Chocolate #D26817
RGB
CMYK
RGB Variations
Color information
#D26817 (or 0xD26817) is known color: Chocolate. HEX triplet: D2, 68 and 17. RGB value is (210,104,23). Sum of RGB (Red+Green+Blue) = 210+104+23=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D26817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26817 is #2D97E8. Grayscale: #7E7E7E. Windows color (decimal): -2988009 or 1534162. OLE color: 1534162.
HSL color Cylindrical-coordinate representation of color #D26817: hue angle of 25.99º degrees, saturation: 0.8, 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 #D26817 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 23 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.18 |
| HSL | 25.99º | 0.8% | 0.46% | - |
| HSV(B) | 25.99º | 0.89% | 0.82% | - |
| XYZ | 31.68 | 23.66 | 3.71 | - |
| YUV | 126.46 | 69.62 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 23 | 0 | 0.50 | 0.89 | 0.18 | 25.99 | 0.8 | 0.46 |
| Hex | D2 | 68 | 17 | 0 | 32 | 59 | 12 | 1A | 50 | 2E |
| Octal | 322 | 150 | 27 | 0 | 62 | 131 | 22 | 32 | 120 | 56 |
| Binary | 11010010 | 1101000 | 10111 | 0 | 110010 | 1011001 | 10010 | 11010 | 1010000 | 101110 |
Color Harmonies of #D26817
Complementary color
Monochromatic Colors of #D26817
Black with #D26817
Text Example
Text Example
White with #D26817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26817; }
p { color: rgb(210,104,23); }
H1.HeaderClassName
{
color: #D26817;
}
.AnyTagClassName
{
color: #D26817;
}
</style>
background-color css
<style>
a { background-color: #D26817; }
a { background-color: rgb(210,104,23); }
div.DivClassName
{
background-color: #D26817;
}
.BgClassName
{
background-color: #D26817;
}
</style>
border-color css
<style>
span { border-color: #D26817; }
span { border-color: rgb(210,104,23); }
td.TdClassName
{
border-color: #D26817;
}
.TagClassName
{
border-color: #D26817;
}
</style>