Shades of Chocolate #D26812
Tints of Chocolate #D26812
RGB
CMYK
RGB Variations
Color information
#D26812 (or 0xD26812) is known color: Chocolate. HEX triplet: D2, 68 and 12. RGB value is (210,104,18). Sum of RGB (Red+Green+Blue) = 210+104+18=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D26812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26812 is #2D97ED. Grayscale: #7E7E7E. Windows color (decimal): -2988014 or 1206482. OLE color: 1206482.
HSL color Cylindrical-coordinate representation of color #D26812: hue angle of 26.88º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D26812 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 18 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.18 |
| HSL | 26.88º | 0.84% | 0.45% | - |
| HSV(B) | 26.88º | 0.91% | 0.82% | - |
| XYZ | 31.64 | 23.65 | 3.47 | - |
| YUV | 125.89 | 67.12 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 18 | 0 | 0.50 | 0.91 | 0.18 | 26.88 | 0.84 | 0.45 |
| Hex | D2 | 68 | 12 | 0 | 32 | 5B | 12 | 1B | 54 | 2D |
| Octal | 322 | 150 | 22 | 0 | 62 | 133 | 22 | 33 | 124 | 55 |
| Binary | 11010010 | 1101000 | 10010 | 0 | 110010 | 1011011 | 10010 | 11011 | 1010100 | 101101 |
Color Harmonies of #D26812
Complementary color
Monochromatic Colors of #D26812
Black with #D26812
Text Example
Text Example
White with #D26812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26812; }
p { color: rgb(210,104,18); }
H1.HeaderClassName
{
color: #D26812;
}
.AnyTagClassName
{
color: #D26812;
}
</style>
background-color css
<style>
a { background-color: #D26812; }
a { background-color: rgb(210,104,18); }
div.DivClassName
{
background-color: #D26812;
}
.BgClassName
{
background-color: #D26812;
}
</style>
border-color css
<style>
span { border-color: #D26812; }
span { border-color: rgb(210,104,18); }
td.TdClassName
{
border-color: #D26812;
}
.TagClassName
{
border-color: #D26812;
}
</style>