Shades of Mandarian Orange #99210A
Tints of Mandarian Orange #99210A
RGB
CMYK
RGB Variations
Color information
#99210A (or 0x99210A) is known color: Mandarian Orange. HEX triplet: 99, 21 and 0A. RGB value is (153,33,10). Sum of RGB (Red+Green+Blue) = 153+33+10=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #99210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99210A is #66DEF5. Grayscale: #424242. Windows color (decimal): -6741750 or 663961. OLE color: 663961.
HSL color Cylindrical-coordinate representation of color #99210A: hue angle of 9.65º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99210A is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 10 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.4 |
| HSL | 9.65º | 0.88% | 0.32% | - |
| HSV(B) | 9.65º | 0.93% | 0.6% | - |
| XYZ | 13.74 | 7.88 | 1.08 | - |
| YUV | 66.26 | 96.26 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 10 | 0 | 0.78 | 0.93 | 0.4 | 9.65 | 0.88 | 0.32 |
| Hex | 99 | 21 | A | 0 | 4E | 5D | 28 | A | 58 | 20 |
| Octal | 231 | 41 | 12 | 0 | 116 | 135 | 50 | 12 | 130 | 40 |
| Binary | 10011001 | 100001 | 1010 | 0 | 1001110 | 1011101 | 101000 | 1010 | 1011000 | 100000 |
Color Harmonies of #99210A
Complementary color
Monochromatic Colors of #99210A
Black with #99210A
Text Example
Text Example
White with #99210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99210A; }
p { color: rgb(153,33,10); }
H1.HeaderClassName
{
color: #99210A;
}
.AnyTagClassName
{
color: #99210A;
}
</style>
background-color css
<style>
a { background-color: #99210A; }
a { background-color: rgb(153,33,10); }
div.DivClassName
{
background-color: #99210A;
}
.BgClassName
{
background-color: #99210A;
}
</style>
border-color css
<style>
span { border-color: #99210A; }
span { border-color: rgb(153,33,10); }
td.TdClassName
{
border-color: #99210A;
}
.TagClassName
{
border-color: #99210A;
}
</style>