Shades of Chocolate #D26224
Tints of Chocolate #D26224
RGB
CMYK
RGB Variations
Color information
#D26224 (or 0xD26224) is known color: Chocolate. HEX triplet: D2, 62 and 24. RGB value is (210,98,36). Sum of RGB (Red+Green+Blue) = 210+98+36=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D26224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26224 is #2D9DDB. Grayscale: #7C7C7C. Windows color (decimal): -2989532 or 2384594. OLE color: 2384594.
HSL color Cylindrical-coordinate representation of color #D26224: hue angle of 21.38º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D26224 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 36 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.18 |
| HSL | 21.38º | 0.71% | 0.48% | - |
| HSV(B) | 21.38º | 0.83% | 0.82% | - |
| XYZ | 31.26 | 22.56 | 4.38 | - |
| YUV | 124.42 | 78.11 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 36 | 0 | 0.53 | 0.83 | 0.18 | 21.38 | 0.71 | 0.48 |
| Hex | D2 | 62 | 24 | 0 | 35 | 53 | 12 | 15 | 47 | 30 |
| Octal | 322 | 142 | 44 | 0 | 65 | 123 | 22 | 25 | 107 | 60 |
| Binary | 11010010 | 1100010 | 100100 | 0 | 110101 | 1010011 | 10010 | 10101 | 1000111 | 110000 |
Color Harmonies of #D26224
Complementary color
Monochromatic Colors of #D26224
Black with #D26224
Text Example
Text Example
White with #D26224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26224; }
p { color: rgb(210,98,36); }
H1.HeaderClassName
{
color: #D26224;
}
.AnyTagClassName
{
color: #D26224;
}
</style>
background-color css
<style>
a { background-color: #D26224; }
a { background-color: rgb(210,98,36); }
div.DivClassName
{
background-color: #D26224;
}
.BgClassName
{
background-color: #D26224;
}
</style>
border-color css
<style>
span { border-color: #D26224; }
span { border-color: rgb(210,98,36); }
td.TdClassName
{
border-color: #D26224;
}
.TagClassName
{
border-color: #D26224;
}
</style>