Shades of Mandarian Orange #99220E
Tints of Mandarian Orange #99220E
RGB
CMYK
RGB Variations
Color information
#99220E (or 0x99220E) is known color: Mandarian Orange. HEX triplet: 99, 22 and 0E. RGB value is (153,34,14). Sum of RGB (Red+Green+Blue) = 153+34+14=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #99220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99220E is #66DDF1. Grayscale: #434343. Windows color (decimal): -6741490 or 926361. OLE color: 926361.
HSL color Cylindrical-coordinate representation of color #99220E: hue angle of 8.63º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99220E is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 14 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.4 |
| HSL | 8.63º | 0.83% | 0.33% | - |
| HSV(B) | 8.63º | 0.91% | 0.6% | - |
| XYZ | 13.79 | 7.95 | 1.22 | - |
| YUV | 67.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 14 | 0 | 0.78 | 0.91 | 0.4 | 8.63 | 0.83 | 0.33 |
| Hex | 99 | 22 | E | 0 | 4E | 5B | 28 | 9 | 53 | 21 |
| Octal | 231 | 42 | 16 | 0 | 116 | 133 | 50 | 11 | 123 | 41 |
| Binary | 10011001 | 100010 | 1110 | 0 | 1001110 | 1011011 | 101000 | 1001 | 1010011 | 100001 |
Color Harmonies of #99220E
Complementary color
Monochromatic Colors of #99220E
Black with #99220E
Text Example
Text Example
White with #99220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99220E; }
p { color: rgb(153,34,14); }
H1.HeaderClassName
{
color: #99220E;
}
.AnyTagClassName
{
color: #99220E;
}
</style>
background-color css
<style>
a { background-color: #99220E; }
a { background-color: rgb(153,34,14); }
div.DivClassName
{
background-color: #99220E;
}
.BgClassName
{
background-color: #99220E;
}
</style>
border-color css
<style>
span { border-color: #99220E; }
span { border-color: rgb(153,34,14); }
td.TdClassName
{
border-color: #99220E;
}
.TagClassName
{
border-color: #99220E;
}
</style>