#99210A

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

Shades of Mandarian Orange #99210A

Tints of Mandarian Orange #99210A

Color information

#99210A (or 0x99210A) is unknown color: approx Mandarian Orange. HEX triplet: 99, 21 and 0A. RGB value is (153,33,10). Sum of RGB (Red+Green+Blue) = 153+33+10=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #99210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99210A is #66DEF5. Grayscale: #424242. Windows color (decimal): -6741750 or 663961. OLE color: 663961.

HSL color Cylindrical-coordinate representation of color #99210A: hue angle of 9.65º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99210A is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB1533310-
CMYK00.780.930.4
HSL9.65º87.73%31.96%-
HSV(B)9.65º93.46%60%-
XYZ13.747.881.08-
YUV66.2696.26189.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.06%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=78.06%
G=16.84%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153331000.780.930.49.6587.7331.96
Hex9921A04E5D28a5820
Octal23141120116135501213040
Binary10011001100001101001001110101110110100010101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99210A; }

 p { color: rgb(153,33,10); }

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

<style>
 a { background-color: #99210A; }

 a { background-color: rgb(153,33,10); }

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

<style>
 span { border-color: #99210A; }

 span { border-color: rgb(153,33,10); }

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