Shades of Chocolate #D77020
Tints of Chocolate #D77020
RGB
CMYK
RGB Variations
Color information
#D77020 (or 0xD77020) is known color: Chocolate. HEX triplet: D7, 70 and 20. RGB value is (215,112,32). Sum of RGB (Red+Green+Blue) = 215+112+32=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D77020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77020 is #288FDF. Grayscale: #868686. Windows color (decimal): -2658272 or 2126039. OLE color: 2126039.
HSL color Cylindrical-coordinate representation of color #D77020: hue angle of 26.23º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D77020 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 32 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.16 |
| HSL | 26.23º | 0.74% | 0.48% | - |
| HSV(B) | 26.23º | 0.85% | 0.84% | - |
| XYZ | 34.08 | 26.14 | 4.62 | - |
| YUV | 133.68 | 70.62 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 32 | 0 | 0.48 | 0.85 | 0.16 | 26.23 | 0.74 | 0.48 |
| Hex | D7 | 70 | 20 | 0 | 30 | 55 | 10 | 1A | 4A | 30 |
| Octal | 327 | 160 | 40 | 0 | 60 | 125 | 20 | 32 | 112 | 60 |
| Binary | 11010111 | 1110000 | 100000 | 0 | 110000 | 1010101 | 10000 | 11010 | 1001010 | 110000 |
Color Harmonies of #D77020
Complementary color
Monochromatic Colors of #D77020
Black with #D77020
Text Example
Text Example
White with #D77020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77020; }
p { color: rgb(215,112,32); }
H1.HeaderClassName
{
color: #D77020;
}
.AnyTagClassName
{
color: #D77020;
}
</style>
background-color css
<style>
a { background-color: #D77020; }
a { background-color: rgb(215,112,32); }
div.DivClassName
{
background-color: #D77020;
}
.BgClassName
{
background-color: #D77020;
}
</style>
border-color css
<style>
span { border-color: #D77020; }
span { border-color: rgb(215,112,32); }
td.TdClassName
{
border-color: #D77020;
}
.TagClassName
{
border-color: #D77020;
}
</style>