Html Css Color HEX #D57C01 Mango Tango

📋 copy color: '#D57C01'

red 213 ◦ green 124 ◦ blue 1

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

Shades of Mango Tango #D57C01

Tints of Mango Tango #D57C01

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.69%

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

R = 63.02%
G = 36.69%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D57C01 (or 0xD57C01) is known color: Mango Tango. HEX triplet: D5, 7C and 01. RGB value is (213,124,1). Sum of RGB (Red+Green+Blue) = 213+124+1=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57C01 is #2A83FE. Grayscale: #898989. Windows color (decimal): -2786303 or 97493. OLE color: 97493.

HSL color Cylindrical-coordinate representation of color #D57C01: hue angle of 34.81º 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 #D57C01 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 124 1 -
CMYK 0 0.42 1.00 0.16
HSL 34.81º 0.99% 0.42% -
HSV(B) 34.81º 1% 0.84% -
XYZ 34.65 28.56 3.72 -
YUV 136.59 51.49 182.5 -
System Red Green Blue C M Y K H S L
Decimal 213 124 1 0 0.42 1.00 0.16 34.81 0.99 0.42
Hex D5 7C 1 0 2A 64 10 23 63 2A
Octal 325 174 1 0 52 144 20 43 143 52
Binary 11010101 1111100 1 0 101010 1100100 10000 100011 1100011 101010

Color Harmonies of #D57C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C01

Black with #D57C01

Text Example


Text Example

White with #D57C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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