#9D220C

Color #9D220C Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #9D220C

Tints of Mandarian Orange #9D220C

Color information

#9D220C (or 0x9D220C) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 22 and 0C. RGB value is (157,34,12). Sum of RGB (Red+Green+Blue) = 157+34+12=203 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.34% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 157 - color contains mainly: red. Hex color #9D220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D220C is #62DDF3. Grayscale: #444444. Windows color (decimal): -6479348 or 795293. OLE color: 795293.

HSL color Cylindrical-coordinate representation of color #9D220C: hue angle of 9.1º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D220C is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB1573412-
CMYK00.780.920.38
HSL9.1º85.8%33.14%-
HSV(B)9.1º92.36%61.57%-
XYZ14.548.341.19-
YUV68.2796.25191.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 77.34%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=77.34%
G=16.75%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157341200.780.920.389.185.833.14
Hex9D22C04E5C2695621
Octal23542140116134461112641
Binary10011101100010110001001110101110010011010011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D220C; }

 p { color: rgb(157,34,12); }

 H1.HeaderClassName
 {
   color: #9D220C;
 }
 .AnyTagClassName
 {
   color: #9D220C;
 }
</style>
background-color css

<style>
 a { background-color: #9D220C; }

 a { background-color: rgb(157,34,12); }

 div.DivClassName
 {
   background-color: #9D220C;
 }
 .BgClassName
 {
   background-color: #9D220C;
 }
</style>
border-color css

<style>
 span { border-color: #9D220C; }

 span { border-color: rgb(157,34,12); }

 td.TdClassName
 {
   border-color: #9D220C;
 }
 .TagClassName
 {
   border-color: #9D220C;
 }
</style>