Html Css Color HEX #D37400 Mango Tango

📋 copy color: '#D37400'

red 211 ◦ green 116 ◦ blue 0

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

Shades of Mango Tango #D37400

Tints of Mango Tango #D37400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 64.53%
G = 35.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D37400 (or 0xD37400) is known color: Mango Tango. HEX triplet: D3, 74 and 00. RGB value is (211,116,0). Sum of RGB (Red+Green+Blue) = 211+116+0=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D37400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37400 is #2C8BFF. Grayscale: #838383. Windows color (decimal): -2919424 or 29907. OLE color: 29907.

HSL color Cylindrical-coordinate representation of color #D37400: hue angle of 32.99º 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 #D37400 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 116 0 -
CMYK 0 0.45 1 0.17
HSL 32.99º 1% 0.41% -
HSV(B) 32.99º 1% 0.83% -
XYZ 33.11 26.34 3.34 -
YUV 131.18 53.97 184.93 -
System Red Green Blue C M Y K H S L
Decimal 211 116 0 0 0.45 1 0.17 32.99 1 0.41
Hex D3 74 0 0 2D 64 11 21 64 29
Octal 323 164 0 0 55 144 21 41 144 51
Binary 11010011 1110100 0 0 101101 1100100 10001 100001 1100100 101001

Color Harmonies of #D37400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37400

Black with #D37400

Text Example


Text Example

White with #D37400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37400; }

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

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

background-color css

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

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

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

border-color css

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

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

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