Shades of Mandarian Orange #99220C
Tints of Mandarian Orange #99220C
RGB
CMYK
RGB Variations
Color information
#99220C (or 0x99220C) is known color: Mandarian Orange. HEX triplet: 99, 22 and 0C. RGB value is (153,34,12). Sum of RGB (Red+Green+Blue) = 153+34+12=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #99220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99220C is #66DDF3. Grayscale: #434343. Windows color (decimal): -6741492 or 795289. OLE color: 795289.
HSL color Cylindrical-coordinate representation of color #99220C: hue angle of 9.36º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99220C is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 12 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.4 |
| HSL | 9.36º | 0.85% | 0.32% | - |
| HSV(B) | 9.36º | 0.92% | 0.6% | - |
| XYZ | 13.78 | 7.94 | 1.15 | - |
| YUV | 67.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 12 | 0 | 0.78 | 0.92 | 0.4 | 9.36 | 0.85 | 0.32 |
| Hex | 99 | 22 | C | 0 | 4E | 5C | 28 | 9 | 55 | 20 |
| Octal | 231 | 42 | 14 | 0 | 116 | 134 | 50 | 11 | 125 | 40 |
| Binary | 10011001 | 100010 | 1100 | 0 | 1001110 | 1011100 | 101000 | 1001 | 1010101 | 100000 |
Color Harmonies of #99220C
Complementary color
Monochromatic Colors of #99220C
Black with #99220C
Text Example
Text Example
White with #99220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99220C; }
p { color: rgb(153,34,12); }
H1.HeaderClassName
{
color: #99220C;
}
.AnyTagClassName
{
color: #99220C;
}
</style>
background-color css
<style>
a { background-color: #99220C; }
a { background-color: rgb(153,34,12); }
div.DivClassName
{
background-color: #99220C;
}
.BgClassName
{
background-color: #99220C;
}
</style>
border-color css
<style>
span { border-color: #99220C; }
span { border-color: rgb(153,34,12); }
td.TdClassName
{
border-color: #99220C;
}
.TagClassName
{
border-color: #99220C;
}
</style>