Shades of Chocolate #D26521
Tints of Chocolate #D26521
RGB
CMYK
RGB Variations
Color information
#D26521 (or 0xD26521) is known color: Chocolate. HEX triplet: D2, 65 and 21. RGB value is (210,101,33). Sum of RGB (Red+Green+Blue) = 210+101+33=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D26521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26521 is #2D9ADE. Grayscale: #7E7E7E. Windows color (decimal): -2988767 or 2188754. OLE color: 2188754.
HSL color Cylindrical-coordinate representation of color #D26521: hue angle of 23.05º degrees, saturation: 0.73, 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 #D26521 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 33 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.18 |
| HSL | 23.05º | 0.73% | 0.48% | - |
| HSV(B) | 23.05º | 0.84% | 0.82% | - |
| XYZ | 31.51 | 23.12 | 4.24 | - |
| YUV | 125.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 33 | 0 | 0.52 | 0.84 | 0.18 | 23.05 | 0.73 | 0.48 |
| Hex | D2 | 65 | 21 | 0 | 34 | 54 | 12 | 17 | 49 | 30 |
| Octal | 322 | 145 | 41 | 0 | 64 | 124 | 22 | 27 | 111 | 60 |
| Binary | 11010010 | 1100101 | 100001 | 0 | 110100 | 1010100 | 10010 | 10111 | 1001001 | 110000 |
Color Harmonies of #D26521
Complementary color
Monochromatic Colors of #D26521
Black with #D26521
Text Example
Text Example
White with #D26521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26521; }
p { color: rgb(210,101,33); }
H1.HeaderClassName
{
color: #D26521;
}
.AnyTagClassName
{
color: #D26521;
}
</style>
background-color css
<style>
a { background-color: #D26521; }
a { background-color: rgb(210,101,33); }
div.DivClassName
{
background-color: #D26521;
}
.BgClassName
{
background-color: #D26521;
}
</style>
border-color css
<style>
span { border-color: #D26521; }
span { border-color: rgb(210,101,33); }
td.TdClassName
{
border-color: #D26521;
}
.TagClassName
{
border-color: #D26521;
}
</style>