Shades of Chocolate #D55C12
Tints of Chocolate #D55C12
RGB
CMYK
RGB Variations
Color information
#D55C12 (or 0xD55C12) is known color: Chocolate. HEX triplet: D5, 5C and 12. RGB value is (213,92,18). Sum of RGB (Red+Green+Blue) = 213+92+18=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55C12 is #2AA3ED. Grayscale: #787878. Windows color (decimal): -2794478 or 1203413. OLE color: 1203413.
HSL color Cylindrical-coordinate representation of color #D55C12: hue angle of 22.77º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D55C12 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.16 |
| HSL | 22.77º | 0.84% | 0.45% | - |
| HSV(B) | 22.77º | 0.92% | 0.84% | - |
| XYZ | 31.38 | 21.84 | 3.13 | - |
| YUV | 119.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 18 | 0 | 0.57 | 0.92 | 0.16 | 22.77 | 0.84 | 0.45 |
| Hex | D5 | 5C | 12 | 0 | 39 | 5C | 10 | 17 | 54 | 2D |
| Octal | 325 | 134 | 22 | 0 | 71 | 134 | 20 | 27 | 124 | 55 |
| Binary | 11010101 | 1011100 | 10010 | 0 | 111001 | 1011100 | 10000 | 10111 | 1010100 | 101101 |
Color Harmonies of #D55C12
Complementary color
Monochromatic Colors of #D55C12
Black with #D55C12
Text Example
Text Example
White with #D55C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C12; }
p { color: rgb(213,92,18); }
H1.HeaderClassName
{
color: #D55C12;
}
.AnyTagClassName
{
color: #D55C12;
}
</style>
background-color css
<style>
a { background-color: #D55C12; }
a { background-color: rgb(213,92,18); }
div.DivClassName
{
background-color: #D55C12;
}
.BgClassName
{
background-color: #D55C12;
}
</style>
border-color css
<style>
span { border-color: #D55C12; }
span { border-color: rgb(213,92,18); }
td.TdClassName
{
border-color: #D55C12;
}
.TagClassName
{
border-color: #D55C12;
}
</style>