Shades of Mandarian Orange #9D2015
Tints of Mandarian Orange #9D2015
RGB
CMYK
RGB Variations
Color information
#9D2015 (or 0x9D2015) is known color: Mandarian Orange. HEX triplet: 9D, 20 and 15. RGB value is (157,32,21). Sum of RGB (Red+Green+Blue) = 157+32+21=210 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.76% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2015 is #62DFEA. Grayscale: #444444. Windows color (decimal): -6479851 or 1384605. OLE color: 1384605.
HSL color Cylindrical-coordinate representation of color #9D2015: hue angle of 4.85º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D2015 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 21 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.38 |
| HSL | 4.85º | 0.76% | 0.35% | - |
| HSV(B) | 4.85º | 0.87% | 0.62% | - |
| XYZ | 14.56 | 8.26 | 1.54 | - |
| YUV | 68.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 21 | 0 | 0.80 | 0.87 | 0.38 | 4.85 | 0.76 | 0.35 |
| Hex | 9D | 20 | 15 | 0 | 50 | 57 | 26 | 5 | 4C | 23 |
| Octal | 235 | 40 | 25 | 0 | 120 | 127 | 46 | 5 | 114 | 43 |
| Binary | 10011101 | 100000 | 10101 | 0 | 1010000 | 1010111 | 100110 | 101 | 1001100 | 100011 |
Color Harmonies of #9D2015
Complementary color
Monochromatic Colors of #9D2015
Black with #9D2015
Text Example
Text Example
White with #9D2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2015; }
p { color: rgb(157,32,21); }
H1.HeaderClassName
{
color: #9D2015;
}
.AnyTagClassName
{
color: #9D2015;
}
</style>
background-color css
<style>
a { background-color: #9D2015; }
a { background-color: rgb(157,32,21); }
div.DivClassName
{
background-color: #9D2015;
}
.BgClassName
{
background-color: #9D2015;
}
</style>
border-color css
<style>
span { border-color: #9D2015; }
span { border-color: rgb(157,32,21); }
td.TdClassName
{
border-color: #9D2015;
}
.TagClassName
{
border-color: #9D2015;
}
</style>