Shades of Chocolate #D45F21
Tints of Chocolate #D45F21
RGB
CMYK
RGB Variations
Color information
#D45F21 (or 0xD45F21) is known color: Chocolate. HEX triplet: D4, 5F and 21. RGB value is (212,95,33). Sum of RGB (Red+Green+Blue) = 212+95+33=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45F21 is #2BA0DE. Grayscale: #7B7B7B. Windows color (decimal): -2859231 or 2187220. OLE color: 2187220.
HSL color Cylindrical-coordinate representation of color #D45F21: hue angle of 20.78º 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 #D45F21 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 95 | 33 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.17 |
| HSL | 20.78º | 0.73% | 0.48% | - |
| HSV(B) | 20.78º | 0.84% | 0.83% | - |
| XYZ | 31.52 | 22.29 | 4.08 | - |
| YUV | 122.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 95 | 33 | 0 | 0.55 | 0.84 | 0.17 | 20.78 | 0.73 | 0.48 |
| Hex | D4 | 5F | 21 | 0 | 37 | 54 | 11 | 15 | 49 | 30 |
| Octal | 324 | 137 | 41 | 0 | 67 | 124 | 21 | 25 | 111 | 60 |
| Binary | 11010100 | 1011111 | 100001 | 0 | 110111 | 1010100 | 10001 | 10101 | 1001001 | 110000 |
Color Harmonies of #D45F21
Complementary color
Monochromatic Colors of #D45F21
Black with #D45F21
Text Example
Text Example
White with #D45F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45F21; }
p { color: rgb(212,95,33); }
H1.HeaderClassName
{
color: #D45F21;
}
.AnyTagClassName
{
color: #D45F21;
}
</style>
background-color css
<style>
a { background-color: #D45F21; }
a { background-color: rgb(212,95,33); }
div.DivClassName
{
background-color: #D45F21;
}
.BgClassName
{
background-color: #D45F21;
}
</style>
border-color css
<style>
span { border-color: #D45F21; }
span { border-color: rgb(212,95,33); }
td.TdClassName
{
border-color: #D45F21;
}
.TagClassName
{
border-color: #D45F21;
}
</style>