Html Css Color HEX #D37100 Mango Tango

📋 copy color: '#D37100'

red 211 ◦ green 113 ◦ blue 0

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

Shades of Mango Tango #D37100

Tints of Mango Tango #D37100

RGB

 RED value IS 211 (82.81% from 255) = 65.12%

 GREEN value IS 113 (44.53% from 255) = 34.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.12%
G = 34.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D37100 (or 0xD37100) is known color: Mango Tango. HEX triplet: D3, 71 and 00. RGB value is (211,113,0). Sum of RGB (Red+Green+Blue) = 211+113+0=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D37100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37100 is #2C8EFF. Grayscale: #818181. Windows color (decimal): -2920192 or 29139. OLE color: 29139.

HSL color Cylindrical-coordinate representation of color #D37100: hue angle of 32.13º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D37100 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 113 0 -
CMYK 0 0.46 1 0.17
HSL 32.13º 1% 0.41% -
HSV(B) 32.13º 1% 0.83% -
XYZ 32.77 25.66 3.23 -
YUV 129.42 54.97 186.19 -
System Red Green Blue C M Y K H S L
Decimal 211 113 0 0 0.46 1 0.17 32.13 1 0.41
Hex D3 71 0 0 2E 64 11 20 64 29
Octal 323 161 0 0 56 144 21 40 144 51
Binary 11010011 1110001 0 0 101110 1100100 10001 100000 1100100 101001

Color Harmonies of #D37100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37100

Black with #D37100

Text Example


Text Example

White with #D37100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37100; }

 p { color: rgb(211,113,0); }

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

background-color css

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

 a { background-color: rgb(211,113,0); }

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

border-color css

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

 span { border-color: rgb(211,113,0); }

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