Html Css Color HEX #9D210B Mandarian Orange

📋 copy color: '#9D210B'

red 157 ◦ green 33 ◦ blue 11

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

Shades of Mandarian Orange #9D210B

Tints of Mandarian Orange #9D210B

RGB

 RED value IS 157 (61.72% from 255) = 78.11%

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 78.11%
G = 16.42%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9D210B (or 0x9D210B) is known color: Mandarian Orange. HEX triplet: 9D, 21 and 0B. RGB value is (157,33,11). Sum of RGB (Red+Green+Blue) = 157+33+11=201 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.11% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 157 - color contains mainly: red. Hex color #9D210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D210B is #62DEF4. Grayscale: #434343. Windows color (decimal): -6479605 or 729501. OLE color: 729501.

HSL color Cylindrical-coordinate representation of color #9D210B: hue angle of 9.04º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D210B is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 33 11 -
CMYK 0 0.79 0.93 0.38
HSL 9.04º 0.87% 0.33% -
HSV(B) 9.04º 0.93% 0.62% -
XYZ 14.51 8.28 1.15 -
YUV 67.57 96.08 191.79 -
System Red Green Blue C M Y K H S L
Decimal 157 33 11 0 0.79 0.93 0.38 9.04 0.87 0.33
Hex 9D 21 B 0 4F 5D 26 9 57 21
Octal 235 41 13 0 117 135 46 11 127 41
Binary 10011101 100001 1011 0 1001111 1011101 100110 1001 1010111 100001

Color Harmonies of #9D210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D210B

Black with #9D210B

Text Example


Text Example

White with #9D210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,33,11); }

 H1.HeaderClassName
 {
   color: #9D210B;
 }
 .AnyTagClassName
 {
   color: #9D210B;
 }
</style>

background-color css

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

 a { background-color: rgb(157,33,11); }

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

border-color css

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

 span { border-color: rgb(157,33,11); }

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