Shades of Chocolate #D45821
Tints of Chocolate #D45821
RGB
CMYK
RGB Variations
Color information
#D45821 (or 0xD45821) is known color: Chocolate. HEX triplet: D4, 58 and 21. RGB value is (212,88,33). Sum of RGB (Red+Green+Blue) = 212+88+33=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D45821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45821 is #2BA7DE. Grayscale: #777777. Windows color (decimal): -2861023 or 2185428. OLE color: 2185428.
HSL color Cylindrical-coordinate representation of color #D45821: hue angle of 18.44º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D45821 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 33 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.17 |
| HSL | 18.44º | 0.73% | 0.48% | - |
| HSV(B) | 18.44º | 0.84% | 0.83% | - |
| XYZ | 30.92 | 21.09 | 3.88 | - |
| YUV | 118.81 | 79.58 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 33 | 0 | 0.58 | 0.84 | 0.17 | 18.44 | 0.73 | 0.48 |
| Hex | D4 | 58 | 21 | 0 | 3A | 54 | 11 | 12 | 49 | 30 |
| Octal | 324 | 130 | 41 | 0 | 72 | 124 | 21 | 22 | 111 | 60 |
| Binary | 11010100 | 1011000 | 100001 | 0 | 111010 | 1010100 | 10001 | 10010 | 1001001 | 110000 |
Color Harmonies of #D45821
Complementary color
Monochromatic Colors of #D45821
Black with #D45821
Text Example
Text Example
White with #D45821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45821; }
p { color: rgb(212,88,33); }
H1.HeaderClassName
{
color: #D45821;
}
.AnyTagClassName
{
color: #D45821;
}
</style>
background-color css
<style>
a { background-color: #D45821; }
a { background-color: rgb(212,88,33); }
div.DivClassName
{
background-color: #D45821;
}
.BgClassName
{
background-color: #D45821;
}
</style>
border-color css
<style>
span { border-color: #D45821; }
span { border-color: rgb(212,88,33); }
td.TdClassName
{
border-color: #D45821;
}
.TagClassName
{
border-color: #D45821;
}
</style>