Shades of Chocolate #D26720
Tints of Chocolate #D26720
RGB
CMYK
RGB Variations
Color information
#D26720 (or 0xD26720) is known color: Chocolate. HEX triplet: D2, 67 and 20. RGB value is (210,103,32). Sum of RGB (Red+Green+Blue) = 210+103+32=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D26720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26720 is #2D98DF. Grayscale: #7F7F7F. Windows color (decimal): -2988256 or 2123730. OLE color: 2123730.
HSL color Cylindrical-coordinate representation of color #D26720: hue angle of 23.93º 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 #D26720 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 32 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.18 |
| HSL | 23.93º | 0.74% | 0.47% | - |
| HSV(B) | 23.93º | 0.85% | 0.82% | - |
| XYZ | 31.69 | 23.51 | 4.23 | - |
| YUV | 126.9 | 74.45 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 32 | 0 | 0.51 | 0.85 | 0.18 | 23.93 | 0.74 | 0.47 |
| Hex | D2 | 67 | 20 | 0 | 33 | 55 | 12 | 18 | 4A | 2F |
| Octal | 322 | 147 | 40 | 0 | 63 | 125 | 22 | 30 | 112 | 57 |
| Binary | 11010010 | 1100111 | 100000 | 0 | 110011 | 1010101 | 10010 | 11000 | 1001010 | 101111 |
Color Harmonies of #D26720
Complementary color
Monochromatic Colors of #D26720
Black with #D26720
Text Example
Text Example
White with #D26720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26720; }
p { color: rgb(210,103,32); }
H1.HeaderClassName
{
color: #D26720;
}
.AnyTagClassName
{
color: #D26720;
}
</style>
background-color css
<style>
a { background-color: #D26720; }
a { background-color: rgb(210,103,32); }
div.DivClassName
{
background-color: #D26720;
}
.BgClassName
{
background-color: #D26720;
}
</style>
border-color css
<style>
span { border-color: #D26720; }
span { border-color: rgb(210,103,32); }
td.TdClassName
{
border-color: #D26720;
}
.TagClassName
{
border-color: #D26720;
}
</style>