#9D2216

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

Shades of Mandarian Orange #9D2216

Tints of Mandarian Orange #9D2216

Color information

#9D2216 (or 0x9D2216) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 22 and 16. RGB value is (157,34,22). Sum of RGB (Red+Green+Blue) = 157+34+22=213 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.71% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2216 is #62DDE9. Grayscale: #454545. Windows color (decimal): -6479338 or 1450653. OLE color: 1450653.

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

Color convert

RGB1573422-
CMYK00.780.860.38
HSL5.33º75.42%35.1%-
HSV(B)5.33º85.99%61.57%-
XYZ14.628.371.6-
YUV69.41101.25190.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 73.71%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 22 (8.98% from 255) = 10.33%
R=73.71%
G=15.96%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157342200.780.860.385.3375.4235.1
Hex9D221604E562654b23
Octal2354226011612646511343
Binary10011101100010101100100111010101101001101011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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