Shades of Chocolate #D45D12
Tints of Chocolate #D45D12
RGB
CMYK
RGB Variations
Color information
#D45D12 (or 0xD45D12) is known color: Chocolate. HEX triplet: D4, 5D and 12. RGB value is (212,93,18). Sum of RGB (Red+Green+Blue) = 212+93+18=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45D12 is #2BA2ED. Grayscale: #787878. Windows color (decimal): -2859758 or 1203668. OLE color: 1203668.
HSL color Cylindrical-coordinate representation of color #D45D12: hue angle of 23.2º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D45D12 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 93 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.17 |
| HSL | 23.2º | 0.84% | 0.45% | - |
| HSV(B) | 23.2º | 0.92% | 0.83% | - |
| XYZ | 31.17 | 21.87 | 3.15 | - |
| YUV | 120.03 | 70.42 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 18 | 0 | 0.56 | 0.92 | 0.17 | 23.2 | 0.84 | 0.45 |
| Hex | D4 | 5D | 12 | 0 | 38 | 5C | 11 | 17 | 54 | 2D |
| Octal | 324 | 135 | 22 | 0 | 70 | 134 | 21 | 27 | 124 | 55 |
| Binary | 11010100 | 1011101 | 10010 | 0 | 111000 | 1011100 | 10001 | 10111 | 1010100 | 101101 |
Color Harmonies of #D45D12
Complementary color
Monochromatic Colors of #D45D12
Black with #D45D12
Text Example
Text Example
White with #D45D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45D12; }
p { color: rgb(212,93,18); }
H1.HeaderClassName
{
color: #D45D12;
}
.AnyTagClassName
{
color: #D45D12;
}
</style>
background-color css
<style>
a { background-color: #D45D12; }
a { background-color: rgb(212,93,18); }
div.DivClassName
{
background-color: #D45D12;
}
.BgClassName
{
background-color: #D45D12;
}
</style>
border-color css
<style>
span { border-color: #D45D12; }
span { border-color: rgb(212,93,18); }
td.TdClassName
{
border-color: #D45D12;
}
.TagClassName
{
border-color: #D45D12;
}
</style>