Shades of Chocolate #D26710
Tints of Chocolate #D26710
RGB
CMYK
RGB Variations
Color information
#D26710 (or 0xD26710) is known color: Chocolate. HEX triplet: D2, 67 and 10. RGB value is (210,103,16). Sum of RGB (Red+Green+Blue) = 210+103+16=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D26710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26710 is #2D98EF. Grayscale: #7D7D7D. Windows color (decimal): -2988272 or 1075154. OLE color: 1075154.
HSL color Cylindrical-coordinate representation of color #D26710: hue angle of 26.91º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D26710 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 16 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.18 |
| HSL | 26.91º | 0.86% | 0.44% | - |
| HSV(B) | 26.91º | 0.92% | 0.82% | - |
| XYZ | 31.52 | 23.44 | 3.35 | - |
| YUV | 125.08 | 66.45 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 16 | 0 | 0.51 | 0.92 | 0.18 | 26.91 | 0.86 | 0.44 |
| Hex | D2 | 67 | 10 | 0 | 33 | 5C | 12 | 1B | 56 | 2C |
| Octal | 322 | 147 | 20 | 0 | 63 | 134 | 22 | 33 | 126 | 54 |
| Binary | 11010010 | 1100111 | 10000 | 0 | 110011 | 1011100 | 10010 | 11011 | 1010110 | 101100 |
Color Harmonies of #D26710
Complementary color
Monochromatic Colors of #D26710
Black with #D26710
Text Example
Text Example
White with #D26710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26710; }
p { color: rgb(210,103,16); }
H1.HeaderClassName
{
color: #D26710;
}
.AnyTagClassName
{
color: #D26710;
}
</style>
background-color css
<style>
a { background-color: #D26710; }
a { background-color: rgb(210,103,16); }
div.DivClassName
{
background-color: #D26710;
}
.BgClassName
{
background-color: #D26710;
}
</style>
border-color css
<style>
span { border-color: #D26710; }
span { border-color: rgb(210,103,16); }
td.TdClassName
{
border-color: #D26710;
}
.TagClassName
{
border-color: #D26710;
}
</style>