Html Css Color HEX #9D2018 Mandarian Orange

📋 copy color: '#9D2018'

red 157 ◦ green 32 ◦ blue 24

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

Shades of Mandarian Orange #9D2018

Tints of Mandarian Orange #9D2018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.27%

R = 73.71%
G = 15.02%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9D2018 (or 0x9D2018) is known color: Mandarian Orange. HEX triplet: 9D, 20 and 18. RGB value is (157,32,24). Sum of RGB (Red+Green+Blue) = 157+32+24=213 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.71% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2018 is #62DFE7. Grayscale: #444444. Windows color (decimal): -6479848 or 1581213. OLE color: 1581213.

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

Color convert

RGB 157 32 24 -
CMYK 0 0.80 0.85 0.38
HSL 3.61º 0.73% 0.35% -
HSV(B) 3.61º 0.85% 0.62% -
XYZ 14.59 8.27 1.69 -
YUV 68.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 157 32 24 0 0.80 0.85 0.38 3.61 0.73 0.35
Hex 9D 20 18 0 50 55 26 4 49 23
Octal 235 40 30 0 120 125 46 4 111 43
Binary 10011101 100000 11000 0 1010000 1010101 100110 100 1001001 100011

Color Harmonies of #9D2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2018

Black with #9D2018

Text Example


Text Example

White with #9D2018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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