Shades of Chocolate #D45018
Tints of Chocolate #D45018
RGB
CMYK
RGB Variations
Color information
#D45018 (or 0xD45018) is known color: Chocolate. HEX triplet: D4, 50 and 18. RGB value is (212,80,24). Sum of RGB (Red+Green+Blue) = 212+80+24=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D45018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45018 is #2BAFE7. Grayscale: #717171. Windows color (decimal): -2863080 or 1593556. OLE color: 1593556.
HSL color Cylindrical-coordinate representation of color #D45018: hue angle of 17.87º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D45018 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 24 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.17 |
| HSL | 17.87º | 0.8% | 0.46% | - |
| HSV(B) | 17.87º | 0.89% | 0.83% | - |
| XYZ | 30.18 | 19.8 | 3.1 | - |
| YUV | 113.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 24 | 0 | 0.62 | 0.89 | 0.17 | 17.87 | 0.8 | 0.46 |
| Hex | D4 | 50 | 18 | 0 | 3E | 59 | 11 | 12 | 50 | 2E |
| Octal | 324 | 120 | 30 | 0 | 76 | 131 | 21 | 22 | 120 | 56 |
| Binary | 11010100 | 1010000 | 11000 | 0 | 111110 | 1011001 | 10001 | 10010 | 1010000 | 101110 |
Color Harmonies of #D45018
Complementary color
Monochromatic Colors of #D45018
Black with #D45018
Text Example
Text Example
White with #D45018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45018; }
p { color: rgb(212,80,24); }
H1.HeaderClassName
{
color: #D45018;
}
.AnyTagClassName
{
color: #D45018;
}
</style>
background-color css
<style>
a { background-color: #D45018; }
a { background-color: rgb(212,80,24); }
div.DivClassName
{
background-color: #D45018;
}
.BgClassName
{
background-color: #D45018;
}
</style>
border-color css
<style>
span { border-color: #D45018; }
span { border-color: rgb(212,80,24); }
td.TdClassName
{
border-color: #D45018;
}
.TagClassName
{
border-color: #D45018;
}
</style>