Shades of Chocolate #D45F1E
Tints of Chocolate #D45F1E
RGB
CMYK
RGB Variations
Color information
#D45F1E (or 0xD45F1E) is known color: Chocolate. HEX triplet: D4, 5F and 1E. RGB value is (212,95,30). Sum of RGB (Red+Green+Blue) = 212+95+30=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45F1E is #2BA0E1. Grayscale: #7A7A7A. Windows color (decimal): -2859234 or 1990612. OLE color: 1990612.
HSL color Cylindrical-coordinate representation of color #D45F1E: hue angle of 21.43º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D45F1E is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 95 | 30 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.17 |
| HSL | 21.43º | 0.75% | 0.47% | - |
| HSV(B) | 21.43º | 0.86% | 0.83% | - |
| XYZ | 31.48 | 22.28 | 3.87 | - |
| YUV | 122.57 | 75.76 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 95 | 30 | 0 | 0.55 | 0.86 | 0.17 | 21.43 | 0.75 | 0.47 |
| Hex | D4 | 5F | 1E | 0 | 37 | 56 | 11 | 15 | 4B | 2F |
| Octal | 324 | 137 | 36 | 0 | 67 | 126 | 21 | 25 | 113 | 57 |
| Binary | 11010100 | 1011111 | 11110 | 0 | 110111 | 1010110 | 10001 | 10101 | 1001011 | 101111 |
Color Harmonies of #D45F1E
Complementary color
Monochromatic Colors of #D45F1E
Black with #D45F1E
Text Example
Text Example
White with #D45F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45F1E; }
p { color: rgb(212,95,30); }
H1.HeaderClassName
{
color: #D45F1E;
}
.AnyTagClassName
{
color: #D45F1E;
}
</style>
background-color css
<style>
a { background-color: #D45F1E; }
a { background-color: rgb(212,95,30); }
div.DivClassName
{
background-color: #D45F1E;
}
.BgClassName
{
background-color: #D45F1E;
}
</style>
border-color css
<style>
span { border-color: #D45F1E; }
span { border-color: rgb(212,95,30); }
td.TdClassName
{
border-color: #D45F1E;
}
.TagClassName
{
border-color: #D45F1E;
}
</style>