Shades of Chocolate #D26A17
Tints of Chocolate #D26A17
RGB
CMYK
RGB Variations
Color information
#D26A17 (or 0xD26A17) is known color: Chocolate. HEX triplet: D2, 6A and 17. RGB value is (210,106,23). Sum of RGB (Red+Green+Blue) = 210+106+23=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26A17 is #2D95E8. Grayscale: #808080. Windows color (decimal): -2987497 or 1534674. OLE color: 1534674.
HSL color Cylindrical-coordinate representation of color #D26A17: hue angle of 26.63º 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 #D26A17 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 23 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.18 |
| HSL | 26.63º | 0.8% | 0.46% | - |
| HSV(B) | 26.63º | 0.89% | 0.82% | - |
| XYZ | 31.89 | 24.07 | 3.78 | - |
| YUV | 127.63 | 68.96 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 23 | 0 | 0.50 | 0.89 | 0.18 | 26.63 | 0.8 | 0.46 |
| Hex | D2 | 6A | 17 | 0 | 32 | 59 | 12 | 1B | 50 | 2E |
| Octal | 322 | 152 | 27 | 0 | 62 | 131 | 22 | 33 | 120 | 56 |
| Binary | 11010010 | 1101010 | 10111 | 0 | 110010 | 1011001 | 10010 | 11011 | 1010000 | 101110 |
Color Harmonies of #D26A17
Complementary color
Monochromatic Colors of #D26A17
Black with #D26A17
Text Example
Text Example
White with #D26A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A17; }
p { color: rgb(210,106,23); }
H1.HeaderClassName
{
color: #D26A17;
}
.AnyTagClassName
{
color: #D26A17;
}
</style>
background-color css
<style>
a { background-color: #D26A17; }
a { background-color: rgb(210,106,23); }
div.DivClassName
{
background-color: #D26A17;
}
.BgClassName
{
background-color: #D26A17;
}
</style>
border-color css
<style>
span { border-color: #D26A17; }
span { border-color: rgb(210,106,23); }
td.TdClassName
{
border-color: #D26A17;
}
.TagClassName
{
border-color: #D26A17;
}
</style>