Shades of Mandarian Orange #9D220C
Tints of Mandarian Orange #9D220C
RGB
CMYK
RGB Variations
Color information
#9D220C (or 0x9D220C) is known color: Mandarian Orange. HEX triplet: 9D, 22 and 0C. RGB value is (157,34,12). Sum of RGB (Red+Green+Blue) = 157+34+12=203 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.34% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 157 - color contains mainly: red. Hex color #9D220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D220C is #62DDF3. Grayscale: #444444. Windows color (decimal): -6479348 or 795293. OLE color: 795293.
HSL color Cylindrical-coordinate representation of color #9D220C: hue angle of 9.1º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D220C is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 34 | 12 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.38 |
| HSL | 9.1º | 0.86% | 0.33% | - |
| HSV(B) | 9.1º | 0.92% | 0.62% | - |
| XYZ | 14.54 | 8.34 | 1.19 | - |
| YUV | 68.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 34 | 12 | 0 | 0.78 | 0.92 | 0.38 | 9.1 | 0.86 | 0.33 |
| Hex | 9D | 22 | C | 0 | 4E | 5C | 26 | 9 | 56 | 21 |
| Octal | 235 | 42 | 14 | 0 | 116 | 134 | 46 | 11 | 126 | 41 |
| Binary | 10011101 | 100010 | 1100 | 0 | 1001110 | 1011100 | 100110 | 1001 | 1010110 | 100001 |
Color Harmonies of #9D220C
Complementary color
Monochromatic Colors of #9D220C
Black with #9D220C
Text Example
Text Example
White with #9D220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D220C; }
p { color: rgb(157,34,12); }
H1.HeaderClassName
{
color: #9D220C;
}
.AnyTagClassName
{
color: #9D220C;
}
</style>
background-color css
<style>
a { background-color: #9D220C; }
a { background-color: rgb(157,34,12); }
div.DivClassName
{
background-color: #9D220C;
}
.BgClassName
{
background-color: #9D220C;
}
</style>
border-color css
<style>
span { border-color: #9D220C; }
span { border-color: rgb(157,34,12); }
td.TdClassName
{
border-color: #9D220C;
}
.TagClassName
{
border-color: #9D220C;
}
</style>