Shades of Chocolate #D26621
Tints of Chocolate #D26621
RGB
CMYK
RGB Variations
Color information
#D26621 (or 0xD26621) is known color: Chocolate. HEX triplet: D2, 66 and 21. RGB value is (210,102,33). Sum of RGB (Red+Green+Blue) = 210+102+33=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D26621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26621 is #2D99DE. Grayscale: #7E7E7E. Windows color (decimal): -2988511 or 2189010. OLE color: 2189010.
HSL color Cylindrical-coordinate representation of color #D26621: hue angle of 23.39º 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 #D26621 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 33 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.18 |
| HSL | 23.39º | 0.73% | 0.48% | - |
| HSV(B) | 23.39º | 0.84% | 0.82% | - |
| XYZ | 31.6 | 23.31 | 4.27 | - |
| YUV | 126.43 | 75.28 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 33 | 0 | 0.51 | 0.84 | 0.18 | 23.39 | 0.73 | 0.48 |
| Hex | D2 | 66 | 21 | 0 | 33 | 54 | 12 | 17 | 49 | 30 |
| Octal | 322 | 146 | 41 | 0 | 63 | 124 | 22 | 27 | 111 | 60 |
| Binary | 11010010 | 1100110 | 100001 | 0 | 110011 | 1010100 | 10010 | 10111 | 1001001 | 110000 |
Color Harmonies of #D26621
Complementary color
Monochromatic Colors of #D26621
Black with #D26621
Text Example
Text Example
White with #D26621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26621; }
p { color: rgb(210,102,33); }
H1.HeaderClassName
{
color: #D26621;
}
.AnyTagClassName
{
color: #D26621;
}
</style>
background-color css
<style>
a { background-color: #D26621; }
a { background-color: rgb(210,102,33); }
div.DivClassName
{
background-color: #D26621;
}
.BgClassName
{
background-color: #D26621;
}
</style>
border-color css
<style>
span { border-color: #D26621; }
span { border-color: rgb(210,102,33); }
td.TdClassName
{
border-color: #D26621;
}
.TagClassName
{
border-color: #D26621;
}
</style>