Shades of Mandarian Orange #9D2618
Tints of Mandarian Orange #9D2618
RGB
CMYK
RGB Variations
Color information
#9D2618 (or 0x9D2618) is known color: Mandarian Orange. HEX triplet: 9D, 26 and 18. RGB value is (157,38,24). Sum of RGB (Red+Green+Blue) = 157+38+24=219 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.69% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2618 is #62D9E7. Grayscale: #484848. Windows color (decimal): -6478312 or 1582749. OLE color: 1582749.
HSL color Cylindrical-coordinate representation of color #9D2618: hue angle of 6.32º degrees, saturation: 0.73, 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 #9D2618 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 24 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.38 |
| HSL | 6.32º | 0.73% | 0.35% | - |
| HSV(B) | 6.32º | 0.85% | 0.62% | - |
| XYZ | 14.76 | 8.62 | 1.75 | - |
| YUV | 71.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 24 | 0 | 0.76 | 0.85 | 0.38 | 6.32 | 0.73 | 0.35 |
| Hex | 9D | 26 | 18 | 0 | 4C | 55 | 26 | 6 | 49 | 23 |
| Octal | 235 | 46 | 30 | 0 | 114 | 125 | 46 | 6 | 111 | 43 |
| Binary | 10011101 | 100110 | 11000 | 0 | 1001100 | 1010101 | 100110 | 110 | 1001001 | 100011 |
Color Harmonies of #9D2618
Complementary color
Monochromatic Colors of #9D2618
Black with #9D2618
Text Example
Text Example
White with #9D2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2618; }
p { color: rgb(157,38,24); }
H1.HeaderClassName
{
color: #9D2618;
}
.AnyTagClassName
{
color: #9D2618;
}
</style>
background-color css
<style>
a { background-color: #9D2618; }
a { background-color: rgb(157,38,24); }
div.DivClassName
{
background-color: #9D2618;
}
.BgClassName
{
background-color: #9D2618;
}
</style>
border-color css
<style>
span { border-color: #9D2618; }
span { border-color: rgb(157,38,24); }
td.TdClassName
{
border-color: #9D2618;
}
.TagClassName
{
border-color: #9D2618;
}
</style>