Html Css Color HEX #D57701 Mango Tango

📋 copy color: '#D57701'

red 213 ◦ green 119 ◦ blue 1

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

Shades of Mango Tango #D57701

Tints of Mango Tango #D57701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 63.96%
G = 35.74%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D57701 (or 0xD57701) is known color: Mango Tango. HEX triplet: D5, 77 and 01. RGB value is (213,119,1). Sum of RGB (Red+Green+Blue) = 213+119+1=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D57701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57701 is #2A88FE. Grayscale: #868686. Windows color (decimal): -2787583 or 96213. OLE color: 96213.

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

Color convert

RGB 213 119 1 -
CMYK 0 0.44 1.00 0.16
HSL 33.4º 0.99% 0.42% -
HSV(B) 33.4º 1% 0.84% -
XYZ 34.04 27.34 3.51 -
YUV 133.65 53.14 184.59 -
System Red Green Blue C M Y K H S L
Decimal 213 119 1 0 0.44 1.00 0.16 33.4 0.99 0.42
Hex D5 77 1 0 2C 64 10 21 63 2A
Octal 325 167 1 0 54 144 20 41 143 52
Binary 11010101 1110111 1 0 101100 1100100 10000 100001 1100011 101010

Color Harmonies of #D57701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57701

Black with #D57701

Text Example


Text Example

White with #D57701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57701; }

 p { color: rgb(213,119,1); }

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

background-color css

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

 a { background-color: rgb(213,119,1); }

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

border-color css

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

 span { border-color: rgb(213,119,1); }

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