Shades of Chocolate #D26517
Tints of Chocolate #D26517
RGB
CMYK
RGB Variations
Color information
#D26517 (or 0xD26517) is known color: Chocolate. HEX triplet: D2, 65 and 17. RGB value is (210,101,23). Sum of RGB (Red+Green+Blue) = 210+101+23=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D26517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26517 is #2D9AE8. Grayscale: #7D7D7D. Windows color (decimal): -2988777 or 1533394. OLE color: 1533394.
HSL color Cylindrical-coordinate representation of color #D26517: hue angle of 25.03º 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 #D26517 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 23 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.18 |
| HSL | 25.03º | 0.8% | 0.46% | - |
| HSV(B) | 25.03º | 0.89% | 0.82% | - |
| XYZ | 31.39 | 23.07 | 3.61 | - |
| YUV | 124.7 | 70.61 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 23 | 0 | 0.52 | 0.89 | 0.18 | 25.03 | 0.8 | 0.46 |
| Hex | D2 | 65 | 17 | 0 | 34 | 59 | 12 | 19 | 50 | 2E |
| Octal | 322 | 145 | 27 | 0 | 64 | 131 | 22 | 31 | 120 | 56 |
| Binary | 11010010 | 1100101 | 10111 | 0 | 110100 | 1011001 | 10010 | 11001 | 1010000 | 101110 |
Color Harmonies of #D26517
Complementary color
Monochromatic Colors of #D26517
Black with #D26517
Text Example
Text Example
White with #D26517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26517; }
p { color: rgb(210,101,23); }
H1.HeaderClassName
{
color: #D26517;
}
.AnyTagClassName
{
color: #D26517;
}
</style>
background-color css
<style>
a { background-color: #D26517; }
a { background-color: rgb(210,101,23); }
div.DivClassName
{
background-color: #D26517;
}
.BgClassName
{
background-color: #D26517;
}
</style>
border-color css
<style>
span { border-color: #D26517; }
span { border-color: rgb(210,101,23); }
td.TdClassName
{
border-color: #D26517;
}
.TagClassName
{
border-color: #D26517;
}
</style>