#9D2202

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

Shades of Mandarian Orange #9D2202

Tints of Mandarian Orange #9D2202

Color information

#9D2202 (or 0x9D2202) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 22 and 02. RGB value is (157,34,2). Sum of RGB (Red+Green+Blue) = 157+34+2=193 (25% of max value = 765). Red value is 157 (61.72% from 255 or 81.35% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2202 is #62DDFD. Grayscale: #434343. Windows color (decimal): -6479358 or 139933. OLE color: 139933.

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

Color convert

RGB157342-
CMYK00.780.990.38
HSL12.39º97.48%31.18%-
HSV(B)12.39º98.73%61.57%-
XYZ14.498.320.9-
YUV67.1391.25192.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 81.35%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=81.35%
G=17.62%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15734200.780.990.3812.3997.4831.18
Hex9D22204E6326c611f
Octal2354220116143461414137
Binary10011101100010100100111011000111001101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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