Shades of Chocolate #D45517
Tints of Chocolate #D45517
RGB
CMYK
RGB Variations
Color information
#D45517 (or 0xD45517) is known color: Chocolate. HEX triplet: D4, 55 and 17. RGB value is (212,85,23). Sum of RGB (Red+Green+Blue) = 212+85+23=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D45517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45517 is #2BAAE8. Grayscale: #747474. Windows color (decimal): -2861801 or 1529300. OLE color: 1529300.
HSL color Cylindrical-coordinate representation of color #D45517: hue angle of 19.68º 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 #D45517 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 23 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.17 |
| HSL | 19.68º | 0.8% | 0.46% | - |
| HSV(B) | 19.68º | 0.89% | 0.83% | - |
| XYZ | 30.55 | 20.56 | 3.17 | - |
| YUV | 115.91 | 75.58 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 23 | 0 | 0.60 | 0.89 | 0.17 | 19.68 | 0.8 | 0.46 |
| Hex | D4 | 55 | 17 | 0 | 3C | 59 | 11 | 14 | 50 | 2E |
| Octal | 324 | 125 | 27 | 0 | 74 | 131 | 21 | 24 | 120 | 56 |
| Binary | 11010100 | 1010101 | 10111 | 0 | 111100 | 1011001 | 10001 | 10100 | 1010000 | 101110 |
Color Harmonies of #D45517
Complementary color
Monochromatic Colors of #D45517
Black with #D45517
Text Example
Text Example
White with #D45517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45517; }
p { color: rgb(212,85,23); }
H1.HeaderClassName
{
color: #D45517;
}
.AnyTagClassName
{
color: #D45517;
}
</style>
background-color css
<style>
a { background-color: #D45517; }
a { background-color: rgb(212,85,23); }
div.DivClassName
{
background-color: #D45517;
}
.BgClassName
{
background-color: #D45517;
}
</style>
border-color css
<style>
span { border-color: #D45517; }
span { border-color: rgb(212,85,23); }
td.TdClassName
{
border-color: #D45517;
}
.TagClassName
{
border-color: #D45517;
}
</style>