Shades of Mandarian Orange #9D2014
Tints of Mandarian Orange #9D2014
RGB
CMYK
RGB Variations
Color information
#9D2014 (or 0x9D2014) is known color: Mandarian Orange. HEX triplet: 9D, 20 and 14. RGB value is (157,32,20). Sum of RGB (Red+Green+Blue) = 157+32+20=209 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.12% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2014 is #62DFEB. Grayscale: #444444. Windows color (decimal): -6479852 or 1319069. OLE color: 1319069.
HSL color Cylindrical-coordinate representation of color #9D2014: hue angle of 5.26º degrees, saturation: 0.77, 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 #9D2014 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 20 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.38 |
| HSL | 5.26º | 0.77% | 0.35% | - |
| HSV(B) | 5.26º | 0.87% | 0.62% | - |
| XYZ | 14.55 | 8.25 | 1.49 | - |
| YUV | 68.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 20 | 0 | 0.80 | 0.87 | 0.38 | 5.26 | 0.77 | 0.35 |
| Hex | 9D | 20 | 14 | 0 | 50 | 57 | 26 | 5 | 4D | 23 |
| Octal | 235 | 40 | 24 | 0 | 120 | 127 | 46 | 5 | 115 | 43 |
| Binary | 10011101 | 100000 | 10100 | 0 | 1010000 | 1010111 | 100110 | 101 | 1001101 | 100011 |
Color Harmonies of #9D2014
Complementary color
Monochromatic Colors of #9D2014
Black with #9D2014
Text Example
Text Example
White with #9D2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2014; }
p { color: rgb(157,32,20); }
H1.HeaderClassName
{
color: #9D2014;
}
.AnyTagClassName
{
color: #9D2014;
}
</style>
background-color css
<style>
a { background-color: #9D2014; }
a { background-color: rgb(157,32,20); }
div.DivClassName
{
background-color: #9D2014;
}
.BgClassName
{
background-color: #9D2014;
}
</style>
border-color css
<style>
span { border-color: #9D2014; }
span { border-color: rgb(157,32,20); }
td.TdClassName
{
border-color: #9D2014;
}
.TagClassName
{
border-color: #9D2014;
}
</style>