Shades of Chocolate #D57020
Tints of Chocolate #D57020
RGB
CMYK
RGB Variations
Color information
#D57020 (or 0xD57020) is known color: Chocolate. HEX triplet: D5, 70 and 20. RGB value is (213,112,32). Sum of RGB (Red+Green+Blue) = 213+112+32=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D57020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57020 is #2A8FDF. Grayscale: #858585. Windows color (decimal): -2789344 or 2126037. OLE color: 2126037.
HSL color Cylindrical-coordinate representation of color #D57020: hue angle of 26.52º 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 #D57020 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 32 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.16 |
| HSL | 26.52º | 0.74% | 0.48% | - |
| HSV(B) | 26.52º | 0.85% | 0.84% | - |
| XYZ | 33.5 | 25.84 | 4.59 | - |
| YUV | 133.08 | 70.96 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 32 | 0 | 0.47 | 0.85 | 0.16 | 26.52 | 0.74 | 0.48 |
| Hex | D5 | 70 | 20 | 0 | 2F | 55 | 10 | 1B | 4A | 30 |
| Octal | 325 | 160 | 40 | 0 | 57 | 125 | 20 | 33 | 112 | 60 |
| Binary | 11010101 | 1110000 | 100000 | 0 | 101111 | 1010101 | 10000 | 11011 | 1001010 | 110000 |
Color Harmonies of #D57020
Complementary color
Monochromatic Colors of #D57020
Black with #D57020
Text Example
Text Example
White with #D57020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57020; }
p { color: rgb(213,112,32); }
H1.HeaderClassName
{
color: #D57020;
}
.AnyTagClassName
{
color: #D57020;
}
</style>
background-color css
<style>
a { background-color: #D57020; }
a { background-color: rgb(213,112,32); }
div.DivClassName
{
background-color: #D57020;
}
.BgClassName
{
background-color: #D57020;
}
</style>
border-color css
<style>
span { border-color: #D57020; }
span { border-color: rgb(213,112,32); }
td.TdClassName
{
border-color: #D57020;
}
.TagClassName
{
border-color: #D57020;
}
</style>