Shades of Chocolate #D26822
Tints of Chocolate #D26822
RGB
CMYK
RGB Variations
Color information
#D26822 (or 0xD26822) is known color: Chocolate. HEX triplet: D2, 68 and 22. RGB value is (210,104,34). Sum of RGB (Red+Green+Blue) = 210+104+34=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D26822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26822 is #2D97DD. Grayscale: #808080. Windows color (decimal): -2987998 or 2255058. OLE color: 2255058.
HSL color Cylindrical-coordinate representation of color #D26822: hue angle of 23.86º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D26822 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 34 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.18 |
| HSL | 23.86º | 0.72% | 0.48% | - |
| HSV(B) | 23.86º | 0.84% | 0.82% | - |
| XYZ | 31.82 | 23.72 | 4.41 | - |
| YUV | 127.71 | 75.12 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 34 | 0 | 0.50 | 0.84 | 0.18 | 23.86 | 0.72 | 0.48 |
| Hex | D2 | 68 | 22 | 0 | 32 | 54 | 12 | 18 | 48 | 30 |
| Octal | 322 | 150 | 42 | 0 | 62 | 124 | 22 | 30 | 110 | 60 |
| Binary | 11010010 | 1101000 | 100010 | 0 | 110010 | 1010100 | 10010 | 11000 | 1001000 | 110000 |
Color Harmonies of #D26822
Complementary color
Monochromatic Colors of #D26822
Black with #D26822
Text Example
Text Example
White with #D26822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26822; }
p { color: rgb(210,104,34); }
H1.HeaderClassName
{
color: #D26822;
}
.AnyTagClassName
{
color: #D26822;
}
</style>
background-color css
<style>
a { background-color: #D26822; }
a { background-color: rgb(210,104,34); }
div.DivClassName
{
background-color: #D26822;
}
.BgClassName
{
background-color: #D26822;
}
</style>
border-color css
<style>
span { border-color: #D26822; }
span { border-color: rgb(210,104,34); }
td.TdClassName
{
border-color: #D26822;
}
.TagClassName
{
border-color: #D26822;
}
</style>