Html Css Color HEX #99220B Mandarian Orange

📋 copy color: '#99220B'

red 153 ◦ green 34 ◦ blue 11

#99220B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #99220B

Tints of Mandarian Orange #99220B

RGB

 RED value IS 153 (60.16% from 255) = 77.27%

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 11 (4.69% from 255) = 5.56%

R = 77.27%
G = 17.17%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99220B (or 0x99220B) is known color: Mandarian Orange. HEX triplet: 99, 22 and 0B. RGB value is (153,34,11). Sum of RGB (Red+Green+Blue) = 153+34+11=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #99220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99220B is #66DDF4. Grayscale: #434343. Windows color (decimal): -6741493 or 729753. OLE color: 729753.

HSL color Cylindrical-coordinate representation of color #99220B: hue angle of 9.72º degrees, saturation: 0.87, 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 #99220B is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 34 11 -
CMYK 0 0.78 0.93 0.4
HSL 9.72º 0.87% 0.32% -
HSV(B) 9.72º 0.93% 0.6% -
XYZ 13.77 7.94 1.12 -
YUV 66.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 153 34 11 0 0.78 0.93 0.4 9.72 0.87 0.32
Hex 99 22 B 0 4E 5D 28 A 57 20
Octal 231 42 13 0 116 135 50 12 127 40
Binary 10011001 100010 1011 0 1001110 1011101 101000 1010 1010111 100000

Color Harmonies of #99220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99220B

Black with #99220B

Text Example


Text Example

White with #99220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99220B; }

 p { color: rgb(153,34,11); }

 H1.HeaderClassName
 {
   color: #99220B;
 }
 .AnyTagClassName
 {
   color: #99220B;
 }
</style>

background-color css

<style>
 a { background-color: #99220B; }

 a { background-color: rgb(153,34,11); }

 div.DivClassName
 {
   background-color: #99220B;
 }
 .BgClassName
 {
   background-color: #99220B;
 }
</style>

border-color css

<style>
 span { border-color: #99220B; }

 span { border-color: rgb(153,34,11); }

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