Shades of Chocolate #D26C20
Tints of Chocolate #D26C20
RGB
CMYK
RGB Variations
Color information
#D26C20 (or 0xD26C20) is known color: Chocolate. HEX triplet: D2, 6C and 20. RGB value is (210,108,32). Sum of RGB (Red+Green+Blue) = 210+108+32=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C20 is #2D93DF. Grayscale: #828282. Windows color (decimal): -2986976 or 2125010. OLE color: 2125010.
HSL color Cylindrical-coordinate representation of color #D26C20: hue angle of 25.62º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D26C20 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 32 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.18 |
| HSL | 25.62º | 0.74% | 0.47% | - |
| HSV(B) | 25.62º | 0.85% | 0.82% | - |
| XYZ | 32.2 | 24.53 | 4.4 | - |
| YUV | 129.83 | 72.79 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 32 | 0 | 0.49 | 0.85 | 0.18 | 25.62 | 0.74 | 0.47 |
| Hex | D2 | 6C | 20 | 0 | 31 | 55 | 12 | 1A | 4A | 2F |
| Octal | 322 | 154 | 40 | 0 | 61 | 125 | 22 | 32 | 112 | 57 |
| Binary | 11010010 | 1101100 | 100000 | 0 | 110001 | 1010101 | 10010 | 11010 | 1001010 | 101111 |
Color Harmonies of #D26C20
Complementary color
Monochromatic Colors of #D26C20
Black with #D26C20
Text Example
Text Example
White with #D26C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C20; }
p { color: rgb(210,108,32); }
H1.HeaderClassName
{
color: #D26C20;
}
.AnyTagClassName
{
color: #D26C20;
}
</style>
background-color css
<style>
a { background-color: #D26C20; }
a { background-color: rgb(210,108,32); }
div.DivClassName
{
background-color: #D26C20;
}
.BgClassName
{
background-color: #D26C20;
}
</style>
border-color css
<style>
span { border-color: #D26C20; }
span { border-color: rgb(210,108,32); }
td.TdClassName
{
border-color: #D26C20;
}
.TagClassName
{
border-color: #D26C20;
}
</style>