Shades of Mandarian Orange #9D2012
Tints of Mandarian Orange #9D2012
RGB
CMYK
RGB Variations
Color information
#9D2012 (or 0x9D2012) is known color: Mandarian Orange. HEX triplet: 9D, 20 and 12. RGB value is (157,32,18). Sum of RGB (Red+Green+Blue) = 157+32+18=207 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.85% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2012 is #62DFED. Grayscale: #434343. Windows color (decimal): -6479854 or 1187997. OLE color: 1187997.
HSL color Cylindrical-coordinate representation of color #9D2012: hue angle of 6.04º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D2012 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 18 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.38 |
| HSL | 6.04º | 0.79% | 0.34% | - |
| HSV(B) | 6.04º | 0.89% | 0.62% | - |
| XYZ | 14.53 | 8.24 | 1.4 | - |
| YUV | 67.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 18 | 0 | 0.80 | 0.89 | 0.38 | 6.04 | 0.79 | 0.34 |
| Hex | 9D | 20 | 12 | 0 | 50 | 59 | 26 | 6 | 4F | 22 |
| Octal | 235 | 40 | 22 | 0 | 120 | 131 | 46 | 6 | 117 | 42 |
| Binary | 10011101 | 100000 | 10010 | 0 | 1010000 | 1011001 | 100110 | 110 | 1001111 | 100010 |
Color Harmonies of #9D2012
Complementary color
Monochromatic Colors of #9D2012
Black with #9D2012
Text Example
Text Example
White with #9D2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2012; }
p { color: rgb(157,32,18); }
H1.HeaderClassName
{
color: #9D2012;
}
.AnyTagClassName
{
color: #9D2012;
}
</style>
background-color css
<style>
a { background-color: #9D2012; }
a { background-color: rgb(157,32,18); }
div.DivClassName
{
background-color: #9D2012;
}
.BgClassName
{
background-color: #9D2012;
}
</style>
border-color css
<style>
span { border-color: #9D2012; }
span { border-color: rgb(157,32,18); }
td.TdClassName
{
border-color: #9D2012;
}
.TagClassName
{
border-color: #9D2012;
}
</style>