Shades of Chocolate #D45D13
Tints of Chocolate #D45D13
RGB
CMYK
RGB Variations
Color information
#D45D13 (or 0xD45D13) is known color: Chocolate. HEX triplet: D4, 5D and 13. RGB value is (212,93,19). Sum of RGB (Red+Green+Blue) = 212+93+19=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45D13 is #2BA2EC. Grayscale: #787878. Windows color (decimal): -2859757 or 1269204. OLE color: 1269204.
HSL color Cylindrical-coordinate representation of color #D45D13: hue angle of 23.01º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D45D13 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 93 | 19 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.17 |
| HSL | 23.01º | 0.84% | 0.45% | - |
| HSV(B) | 23.01º | 0.91% | 0.83% | - |
| XYZ | 31.18 | 21.87 | 3.19 | - |
| YUV | 120.15 | 70.92 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 19 | 0 | 0.56 | 0.91 | 0.17 | 23.01 | 0.84 | 0.45 |
| Hex | D4 | 5D | 13 | 0 | 38 | 5B | 11 | 17 | 54 | 2D |
| Octal | 324 | 135 | 23 | 0 | 70 | 133 | 21 | 27 | 124 | 55 |
| Binary | 11010100 | 1011101 | 10011 | 0 | 111000 | 1011011 | 10001 | 10111 | 1010100 | 101101 |
Color Harmonies of #D45D13
Complementary color
Monochromatic Colors of #D45D13
Black with #D45D13
Text Example
Text Example
White with #D45D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45D13; }
p { color: rgb(212,93,19); }
H1.HeaderClassName
{
color: #D45D13;
}
.AnyTagClassName
{
color: #D45D13;
}
</style>
background-color css
<style>
a { background-color: #D45D13; }
a { background-color: rgb(212,93,19); }
div.DivClassName
{
background-color: #D45D13;
}
.BgClassName
{
background-color: #D45D13;
}
</style>
border-color css
<style>
span { border-color: #D45D13; }
span { border-color: rgb(212,93,19); }
td.TdClassName
{
border-color: #D45D13;
}
.TagClassName
{
border-color: #D45D13;
}
</style>