Shades of Mandarian Orange #9D2403
Tints of Mandarian Orange #9D2403
RGB
CMYK
RGB Variations
Color information
#9D2403 (or 0x9D2403) is known color: Mandarian Orange. HEX triplet: 9D, 24 and 03. RGB value is (157,36,3). Sum of RGB (Red+Green+Blue) = 157+36+3=196 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.10% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2403 is #62DBFC. Grayscale: #444444. Windows color (decimal): -6478845 or 205981. OLE color: 205981.
HSL color Cylindrical-coordinate representation of color #9D2403: hue angle of 12.86º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D2403 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 36 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.38 |
| HSL | 12.86º | 0.96% | 0.31% | - |
| HSV(B) | 12.86º | 0.98% | 0.62% | - |
| XYZ | 14.55 | 8.44 | 0.95 | - |
| YUV | 68.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 3 | 0 | 0.77 | 0.98 | 0.38 | 12.86 | 0.96 | 0.31 |
| Hex | 9D | 24 | 3 | 0 | 4D | 62 | 26 | D | 60 | 1F |
| Octal | 235 | 44 | 3 | 0 | 115 | 142 | 46 | 15 | 140 | 37 |
| Binary | 10011101 | 100100 | 11 | 0 | 1001101 | 1100010 | 100110 | 1101 | 1100000 | 11111 |
Color Harmonies of #9D2403
Complementary color
Monochromatic Colors of #9D2403
Black with #9D2403
Text Example
Text Example
White with #9D2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2403; }
p { color: rgb(157,36,3); }
H1.HeaderClassName
{
color: #9D2403;
}
.AnyTagClassName
{
color: #9D2403;
}
</style>
background-color css
<style>
a { background-color: #9D2403; }
a { background-color: rgb(157,36,3); }
div.DivClassName
{
background-color: #9D2403;
}
.BgClassName
{
background-color: #9D2403;
}
</style>
border-color css
<style>
span { border-color: #9D2403; }
span { border-color: rgb(157,36,3); }
td.TdClassName
{
border-color: #9D2403;
}
.TagClassName
{
border-color: #9D2403;
}
</style>