Shades of Mandarian Orange #99200E
Tints of Mandarian Orange #99200E
RGB
CMYK
RGB Variations
Color information
#99200E (or 0x99200E) is known color: Mandarian Orange. HEX triplet: 99, 20 and 0E. RGB value is (153,32,14). Sum of RGB (Red+Green+Blue) = 153+32+14=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #99200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99200E is #66DFF1. Grayscale: #424242. Windows color (decimal): -6742002 or 925849. OLE color: 925849.
HSL color Cylindrical-coordinate representation of color #99200E: hue angle of 7.77º 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 #99200E is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 14 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.4 |
| HSL | 7.77º | 0.83% | 0.33% | - |
| HSV(B) | 7.77º | 0.91% | 0.6% | - |
| XYZ | 13.73 | 7.84 | 1.2 | - |
| YUV | 66.13 | 98.59 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 14 | 0 | 0.79 | 0.91 | 0.4 | 7.77 | 0.83 | 0.33 |
| Hex | 99 | 20 | E | 0 | 4F | 5B | 28 | 8 | 53 | 21 |
| Octal | 231 | 40 | 16 | 0 | 117 | 133 | 50 | 10 | 123 | 41 |
| Binary | 10011001 | 100000 | 1110 | 0 | 1001111 | 1011011 | 101000 | 1000 | 1010011 | 100001 |
Color Harmonies of #99200E
Complementary color
Monochromatic Colors of #99200E
Black with #99200E
Text Example
Text Example
White with #99200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99200E; }
p { color: rgb(153,32,14); }
H1.HeaderClassName
{
color: #99200E;
}
.AnyTagClassName
{
color: #99200E;
}
</style>
background-color css
<style>
a { background-color: #99200E; }
a { background-color: rgb(153,32,14); }
div.DivClassName
{
background-color: #99200E;
}
.BgClassName
{
background-color: #99200E;
}
</style>
border-color css
<style>
span { border-color: #99200E; }
span { border-color: rgb(153,32,14); }
td.TdClassName
{
border-color: #99200E;
}
.TagClassName
{
border-color: #99200E;
}
</style>