Shades of Chocolate #D26910
Tints of Chocolate #D26910
RGB
CMYK
RGB Variations
Color information
#D26910 (or 0xD26910) is known color: Chocolate. HEX triplet: D2, 69 and 10. RGB value is (210,105,16). Sum of RGB (Red+Green+Blue) = 210+105+16=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D26910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26910 is #2D96EF. Grayscale: #7E7E7E. Windows color (decimal): -2987760 or 1075666. OLE color: 1075666.
HSL color Cylindrical-coordinate representation of color #D26910: hue angle of 27.53º 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 #D26910 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 16 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.18 |
| HSL | 27.53º | 0.86% | 0.44% | - |
| HSV(B) | 27.53º | 0.92% | 0.82% | - |
| XYZ | 31.72 | 23.84 | 3.42 | - |
| YUV | 126.25 | 65.79 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 16 | 0 | 0.50 | 0.92 | 0.18 | 27.53 | 0.86 | 0.44 |
| Hex | D2 | 69 | 10 | 0 | 32 | 5C | 12 | 1C | 56 | 2C |
| Octal | 322 | 151 | 20 | 0 | 62 | 134 | 22 | 34 | 126 | 54 |
| Binary | 11010010 | 1101001 | 10000 | 0 | 110010 | 1011100 | 10010 | 11100 | 1010110 | 101100 |
Color Harmonies of #D26910
Complementary color
Monochromatic Colors of #D26910
Black with #D26910
Text Example
Text Example
White with #D26910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26910; }
p { color: rgb(210,105,16); }
H1.HeaderClassName
{
color: #D26910;
}
.AnyTagClassName
{
color: #D26910;
}
</style>
background-color css
<style>
a { background-color: #D26910; }
a { background-color: rgb(210,105,16); }
div.DivClassName
{
background-color: #D26910;
}
.BgClassName
{
background-color: #D26910;
}
</style>
border-color css
<style>
span { border-color: #D26910; }
span { border-color: rgb(210,105,16); }
td.TdClassName
{
border-color: #D26910;
}
.TagClassName
{
border-color: #D26910;
}
</style>