Html Css Color HEX #D37500 Mango Tango

📋 copy color: '#D37500'

red 211 ◦ green 117 ◦ blue 0

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

Shades of Mango Tango #D37500

Tints of Mango Tango #D37500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

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

R = 64.33%
G = 35.67%
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

#D37500 (or 0xD37500) is known color: Mango Tango. HEX triplet: D3, 75 and 00. RGB value is (211,117,0). Sum of RGB (Red+Green+Blue) = 211+117+0=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D37500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37500 is #2C8AFF. Grayscale: #848484. Windows color (decimal): -2919168 or 30163. OLE color: 30163.

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

Color convert

RGB 211 117 0 -
CMYK 0 0.45 1 0.17
HSL 33.27º 1% 0.41% -
HSV(B) 33.27º 1% 0.83% -
XYZ 33.23 26.57 3.38 -
YUV 131.77 53.64 184.51 -
System Red Green Blue C M Y K H S L
Decimal 211 117 0 0 0.45 1 0.17 33.27 1 0.41
Hex D3 75 0 0 2D 64 11 21 64 29
Octal 323 165 0 0 55 144 21 41 144 51
Binary 11010011 1110101 0 0 101101 1100100 10001 100001 1100100 101001

Color Harmonies of #D37500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37500

Black with #D37500

Text Example


Text Example

White with #D37500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37500; }

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

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

background-color css

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

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

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

border-color css

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

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

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