Shades of Mandarian Orange #9D2216
Tints of Mandarian Orange #9D2216
RGB
CMYK
RGB Variations
Color information
#9D2216 (or 0x9D2216) is known color: Mandarian Orange. HEX triplet: 9D, 22 and 16. RGB value is (157,34,22). Sum of RGB (Red+Green+Blue) = 157+34+22=213 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.71% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2216 is #62DDE9. Grayscale: #454545. Windows color (decimal): -6479338 or 1450653. OLE color: 1450653.
HSL color Cylindrical-coordinate representation of color #9D2216: hue angle of 5.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D2216 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 34 | 22 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.38 |
| HSL | 5.33º | 0.75% | 0.35% | - |
| HSV(B) | 5.33º | 0.86% | 0.62% | - |
| XYZ | 14.62 | 8.37 | 1.6 | - |
| YUV | 69.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 34 | 22 | 0 | 0.78 | 0.86 | 0.38 | 5.33 | 0.75 | 0.35 |
| Hex | 9D | 22 | 16 | 0 | 4E | 56 | 26 | 5 | 4B | 23 |
| Octal | 235 | 42 | 26 | 0 | 116 | 126 | 46 | 5 | 113 | 43 |
| Binary | 10011101 | 100010 | 10110 | 0 | 1001110 | 1010110 | 100110 | 101 | 1001011 | 100011 |
Color Harmonies of #9D2216
Complementary color
Monochromatic Colors of #9D2216
Black with #9D2216
Text Example
Text Example
White with #9D2216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2216; }
p { color: rgb(157,34,22); }
H1.HeaderClassName
{
color: #9D2216;
}
.AnyTagClassName
{
color: #9D2216;
}
</style>
background-color css
<style>
a { background-color: #9D2216; }
a { background-color: rgb(157,34,22); }
div.DivClassName
{
background-color: #9D2216;
}
.BgClassName
{
background-color: #9D2216;
}
</style>
border-color css
<style>
span { border-color: #9D2216; }
span { border-color: rgb(157,34,22); }
td.TdClassName
{
border-color: #9D2216;
}
.TagClassName
{
border-color: #9D2216;
}
</style>