Shades of Chocolate #D45F15
Tints of Chocolate #D45F15
RGB
CMYK
RGB Variations
Color information
#D45F15 (or 0xD45F15) is known color: Chocolate. HEX triplet: D4, 5F and 15. RGB value is (212,95,21). Sum of RGB (Red+Green+Blue) = 212+95+21=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45F15 is #2BA0EA. Grayscale: #797979. Windows color (decimal): -2859243 or 1400788. OLE color: 1400788.
HSL color Cylindrical-coordinate representation of color #D45F15: hue angle of 23.25º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D45F15 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 95 | 21 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.17 |
| HSL | 23.25º | 0.82% | 0.46% | - |
| HSV(B) | 23.25º | 0.9% | 0.83% | - |
| XYZ | 31.38 | 22.24 | 3.35 | - |
| YUV | 121.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 95 | 21 | 0 | 0.55 | 0.90 | 0.17 | 23.25 | 0.82 | 0.46 |
| Hex | D4 | 5F | 15 | 0 | 37 | 5A | 11 | 17 | 52 | 2E |
| Octal | 324 | 137 | 25 | 0 | 67 | 132 | 21 | 27 | 122 | 56 |
| Binary | 11010100 | 1011111 | 10101 | 0 | 110111 | 1011010 | 10001 | 10111 | 1010010 | 101110 |
Color Harmonies of #D45F15
Complementary color
Monochromatic Colors of #D45F15
Black with #D45F15
Text Example
Text Example
White with #D45F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45F15; }
p { color: rgb(212,95,21); }
H1.HeaderClassName
{
color: #D45F15;
}
.AnyTagClassName
{
color: #D45F15;
}
</style>
background-color css
<style>
a { background-color: #D45F15; }
a { background-color: rgb(212,95,21); }
div.DivClassName
{
background-color: #D45F15;
}
.BgClassName
{
background-color: #D45F15;
}
</style>
border-color css
<style>
span { border-color: #D45F15; }
span { border-color: rgb(212,95,21); }
td.TdClassName
{
border-color: #D45F15;
}
.TagClassName
{
border-color: #D45F15;
}
</style>