Shades of Chocolate #D57023
Tints of Chocolate #D57023
RGB
CMYK
RGB Variations
Color information
#D57023 (or 0xD57023) is known color: Chocolate. HEX triplet: D5, 70 and 23. RGB value is (213,112,35). Sum of RGB (Red+Green+Blue) = 213+112+35=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D57023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57023 is #2A8FDC. Grayscale: #858585. Windows color (decimal): -2789341 or 2322645. OLE color: 2322645.
HSL color Cylindrical-coordinate representation of color #D57023: hue angle of 25.96º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D57023 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 35 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.16 |
| HSL | 25.96º | 0.72% | 0.49% | - |
| HSV(B) | 25.96º | 0.84% | 0.84% | - |
| XYZ | 33.54 | 25.86 | 4.81 | - |
| YUV | 133.42 | 72.46 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 35 | 0 | 0.47 | 0.84 | 0.16 | 25.96 | 0.72 | 0.49 |
| Hex | D5 | 70 | 23 | 0 | 2F | 54 | 10 | 1A | 48 | 31 |
| Octal | 325 | 160 | 43 | 0 | 57 | 124 | 20 | 32 | 110 | 61 |
| Binary | 11010101 | 1110000 | 100011 | 0 | 101111 | 1010100 | 10000 | 11010 | 1001000 | 110001 |
Color Harmonies of #D57023
Complementary color
Monochromatic Colors of #D57023
Black with #D57023
Text Example
Text Example
White with #D57023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57023; }
p { color: rgb(213,112,35); }
H1.HeaderClassName
{
color: #D57023;
}
.AnyTagClassName
{
color: #D57023;
}
</style>
background-color css
<style>
a { background-color: #D57023; }
a { background-color: rgb(213,112,35); }
div.DivClassName
{
background-color: #D57023;
}
.BgClassName
{
background-color: #D57023;
}
</style>
border-color css
<style>
span { border-color: #D57023; }
span { border-color: rgb(213,112,35); }
td.TdClassName
{
border-color: #D57023;
}
.TagClassName
{
border-color: #D57023;
}
</style>