Shades of Mandarian Orange #98210D
Tints of Mandarian Orange #98210D
RGB
CMYK
RGB Variations
Color information
#98210D (or 0x98210D) is known color: Mandarian Orange. HEX triplet: 98, 21 and 0D. RGB value is (152,33,13). Sum of RGB (Red+Green+Blue) = 152+33+13=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #98210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98210D is #67DEF2. Grayscale: #424242. Windows color (decimal): -6807283 or 860568. OLE color: 860568.
HSL color Cylindrical-coordinate representation of color #98210D: hue angle of 8.63º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98210D is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 13 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.40 |
| HSL | 8.63º | 0.84% | 0.32% | - |
| HSV(B) | 8.63º | 0.91% | 0.6% | - |
| XYZ | 13.57 | 7.79 | 1.17 | - |
| YUV | 66.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 13 | 0 | 0.78 | 0.91 | 0.40 | 8.63 | 0.84 | 0.32 |
| Hex | 98 | 21 | D | 0 | 4E | 5B | 28 | 9 | 54 | 20 |
| Octal | 230 | 41 | 15 | 0 | 116 | 133 | 50 | 11 | 124 | 40 |
| Binary | 10011000 | 100001 | 1101 | 0 | 1001110 | 1011011 | 101000 | 1001 | 1010100 | 100000 |
Color Harmonies of #98210D
Complementary color
Monochromatic Colors of #98210D
Black with #98210D
Text Example
Text Example
White with #98210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98210D; }
p { color: rgb(152,33,13); }
H1.HeaderClassName
{
color: #98210D;
}
.AnyTagClassName
{
color: #98210D;
}
</style>
background-color css
<style>
a { background-color: #98210D; }
a { background-color: rgb(152,33,13); }
div.DivClassName
{
background-color: #98210D;
}
.BgClassName
{
background-color: #98210D;
}
</style>
border-color css
<style>
span { border-color: #98210D; }
span { border-color: rgb(152,33,13); }
td.TdClassName
{
border-color: #98210D;
}
.TagClassName
{
border-color: #98210D;
}
</style>