Shades of Chocolate #D26522
Tints of Chocolate #D26522
RGB
CMYK
RGB Variations
Color information
#D26522 (or 0xD26522) is known color: Chocolate. HEX triplet: D2, 65 and 22. RGB value is (210,101,34). Sum of RGB (Red+Green+Blue) = 210+101+34=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D26522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26522 is #2D9ADD. Grayscale: #7E7E7E. Windows color (decimal): -2988766 or 2254290. OLE color: 2254290.
HSL color Cylindrical-coordinate representation of color #D26522: hue angle of 22.84º 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 #D26522 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 34 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.18 |
| HSL | 22.84º | 0.72% | 0.48% | - |
| HSV(B) | 22.84º | 0.84% | 0.82% | - |
| XYZ | 31.52 | 23.12 | 4.32 | - |
| YUV | 125.95 | 76.11 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 34 | 0 | 0.52 | 0.84 | 0.18 | 22.84 | 0.72 | 0.48 |
| Hex | D2 | 65 | 22 | 0 | 34 | 54 | 12 | 17 | 48 | 30 |
| Octal | 322 | 145 | 42 | 0 | 64 | 124 | 22 | 27 | 110 | 60 |
| Binary | 11010010 | 1100101 | 100010 | 0 | 110100 | 1010100 | 10010 | 10111 | 1001000 | 110000 |
Color Harmonies of #D26522
Complementary color
Monochromatic Colors of #D26522
Black with #D26522
Text Example
Text Example
White with #D26522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26522; }
p { color: rgb(210,101,34); }
H1.HeaderClassName
{
color: #D26522;
}
.AnyTagClassName
{
color: #D26522;
}
</style>
background-color css
<style>
a { background-color: #D26522; }
a { background-color: rgb(210,101,34); }
div.DivClassName
{
background-color: #D26522;
}
.BgClassName
{
background-color: #D26522;
}
</style>
border-color css
<style>
span { border-color: #D26522; }
span { border-color: rgb(210,101,34); }
td.TdClassName
{
border-color: #D26522;
}
.TagClassName
{
border-color: #D26522;
}
</style>