Shades of Mandarian Orange #9D220B
Tints of Mandarian Orange #9D220B
RGB
CMYK
RGB Variations
Color information
#9D220B (or 0x9D220B) is known color: Mandarian Orange. HEX triplet: 9D, 22 and 0B. RGB value is (157,34,11). Sum of RGB (Red+Green+Blue) = 157+34+11=202 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.72% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 157 - color contains mainly: red. Hex color #9D220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D220B is #62DDF4. Grayscale: #444444. Windows color (decimal): -6479349 or 729757. OLE color: 729757.
HSL color Cylindrical-coordinate representation of color #9D220B: hue angle of 9.45º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D220B is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 34 | 11 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.38 |
| HSL | 9.45º | 0.87% | 0.33% | - |
| HSV(B) | 9.45º | 0.93% | 0.62% | - |
| XYZ | 14.54 | 8.34 | 1.16 | - |
| YUV | 68.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 34 | 11 | 0 | 0.78 | 0.93 | 0.38 | 9.45 | 0.87 | 0.33 |
| Hex | 9D | 22 | B | 0 | 4E | 5D | 26 | 9 | 57 | 21 |
| Octal | 235 | 42 | 13 | 0 | 116 | 135 | 46 | 11 | 127 | 41 |
| Binary | 10011101 | 100010 | 1011 | 0 | 1001110 | 1011101 | 100110 | 1001 | 1010111 | 100001 |
Color Harmonies of #9D220B
Complementary color
Monochromatic Colors of #9D220B
Black with #9D220B
Text Example
Text Example
White with #9D220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D220B; }
p { color: rgb(157,34,11); }
H1.HeaderClassName
{
color: #9D220B;
}
.AnyTagClassName
{
color: #9D220B;
}
</style>
background-color css
<style>
a { background-color: #9D220B; }
a { background-color: rgb(157,34,11); }
div.DivClassName
{
background-color: #9D220B;
}
.BgClassName
{
background-color: #9D220B;
}
</style>
border-color css
<style>
span { border-color: #9D220B; }
span { border-color: rgb(157,34,11); }
td.TdClassName
{
border-color: #9D220B;
}
.TagClassName
{
border-color: #9D220B;
}
</style>