#99210E

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

Shades of Mandarian Orange #99210E

Tints of Mandarian Orange #99210E

Color information

#99210E (or 0x99210E) is unknown color: approx Mandarian Orange. HEX triplet: 99, 21 and 0E. RGB value is (153,33,14). Sum of RGB (Red+Green+Blue) = 153+33+14=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #99210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99210E is #66DEF1. Grayscale: #424242. Windows color (decimal): -6741746 or 926105. OLE color: 926105.

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

Color convert

RGB1533314-
CMYK00.780.910.4
HSL8.2º83.23%32.75%-
HSV(B)8.2º90.85%60%-
XYZ13.767.891.21-
YUV66.7198.26189.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.5%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 14 (5.86% from 255) = 7%
R=76.5%
G=16.5%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153331400.780.910.48.283.2332.75
Hex9921E04E5B2885321
Octal23141160116133501012341
Binary10011001100001111001001110101101110100010001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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