Shades of Mandarian Orange #9D2017
Tints of Mandarian Orange #9D2017
RGB
CMYK
RGB Variations
Color information
#9D2017 (or 0x9D2017) is known color: Mandarian Orange. HEX triplet: 9D, 20 and 17. RGB value is (157,32,23). Sum of RGB (Red+Green+Blue) = 157+32+23=212 (28% of max value = 765). Red value is 157 (61.72% from 255 or 74.06% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2017 is #62DFE8. Grayscale: #444444. Windows color (decimal): -6479849 or 1515677. OLE color: 1515677.
HSL color Cylindrical-coordinate representation of color #9D2017: hue angle of 4.03º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D2017 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 23 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.38 |
| HSL | 4.03º | 0.74% | 0.35% | - |
| HSV(B) | 4.03º | 0.85% | 0.62% | - |
| XYZ | 14.58 | 8.26 | 1.64 | - |
| YUV | 68.35 | 102.41 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 23 | 0 | 0.80 | 0.85 | 0.38 | 4.03 | 0.74 | 0.35 |
| Hex | 9D | 20 | 17 | 0 | 50 | 55 | 26 | 4 | 4A | 23 |
| Octal | 235 | 40 | 27 | 0 | 120 | 125 | 46 | 4 | 112 | 43 |
| Binary | 10011101 | 100000 | 10111 | 0 | 1010000 | 1010101 | 100110 | 100 | 1001010 | 100011 |
Color Harmonies of #9D2017
Complementary color
Monochromatic Colors of #9D2017
Black with #9D2017
Text Example
Text Example
White with #9D2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2017; }
p { color: rgb(157,32,23); }
H1.HeaderClassName
{
color: #9D2017;
}
.AnyTagClassName
{
color: #9D2017;
}
</style>
background-color css
<style>
a { background-color: #9D2017; }
a { background-color: rgb(157,32,23); }
div.DivClassName
{
background-color: #9D2017;
}
.BgClassName
{
background-color: #9D2017;
}
</style>
border-color css
<style>
span { border-color: #9D2017; }
span { border-color: rgb(157,32,23); }
td.TdClassName
{
border-color: #9D2017;
}
.TagClassName
{
border-color: #9D2017;
}
</style>