Html Css Color HEX #D57500 Mango Tango

📋 copy color: '#D57500'

red 213 ◦ green 117 ◦ blue 0

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

Shades of Mango Tango #D57500

Tints of Mango Tango #D57500

RGB

 RED value IS 213 (83.59% from 255) = 64.55%

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

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

R = 64.55%
G = 35.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D57500 (or 0xD57500) is known color: Mango Tango. HEX triplet: D5, 75 and 00. RGB value is (213,117,0). Sum of RGB (Red+Green+Blue) = 213+117+0=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D57500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57500 is #2A8AFF. Grayscale: #848484. Windows color (decimal): -2788096 or 30165. OLE color: 30165.

HSL color Cylindrical-coordinate representation of color #D57500: hue angle of 32.96º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D57500 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 117 0 -
CMYK 0 0.45 1 0.16
HSL 32.96º 1% 0.42% -
HSV(B) 32.96º 1% 0.84% -
XYZ 33.8 26.87 3.4 -
YUV 132.37 53.3 185.51 -
System Red Green Blue C M Y K H S L
Decimal 213 117 0 0 0.45 1 0.16 32.96 1 0.42
Hex D5 75 0 0 2D 64 10 21 64 2A
Octal 325 165 0 0 55 144 20 41 144 52
Binary 11010101 1110101 0 0 101101 1100100 10000 100001 1100100 101010

Color Harmonies of #D57500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57500

Black with #D57500

Text Example


Text Example

White with #D57500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57500; }

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

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

background-color css

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

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

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

border-color css

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

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

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