Html Css Color HEX #9D2016 Mandarian Orange

📋 copy color: '#9D2016'

red 157 ◦ green 32 ◦ blue 22

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

Shades of Mandarian Orange #9D2016

Tints of Mandarian Orange #9D2016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 74.41%
G = 15.17%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9D2016 (or 0x9D2016) is known color: Mandarian Orange. HEX triplet: 9D, 20 and 16. RGB value is (157,32,22). Sum of RGB (Red+Green+Blue) = 157+32+22=211 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.41% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2016 is #62DFE9. Grayscale: #444444. Windows color (decimal): -6479850 or 1450141. OLE color: 1450141.

HSL color Cylindrical-coordinate representation of color #9D2016: hue angle of 4.44º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D2016 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 32 22 -
CMYK 0 0.80 0.86 0.38
HSL 4.44º 0.75% 0.35% -
HSV(B) 4.44º 0.86% 0.62% -
XYZ 14.57 8.26 1.59 -
YUV 68.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 157 32 22 0 0.80 0.86 0.38 4.44 0.75 0.35
Hex 9D 20 16 0 50 56 26 4 4B 23
Octal 235 40 26 0 120 126 46 4 113 43
Binary 10011101 100000 10110 0 1010000 1010110 100110 100 1001011 100011

Color Harmonies of #9D2016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2016

Black with #9D2016

Text Example


Text Example

White with #9D2016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,32,22); }

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

background-color css

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

 a { background-color: rgb(157,32,22); }

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

border-color css

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

 span { border-color: rgb(157,32,22); }

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