Html Css Color HEX #D57F01 Mango Tango

📋 copy color: '#D57F01'

red 213 ◦ green 127 ◦ blue 1

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

Shades of Mango Tango #D57F01

Tints of Mango Tango #D57F01

RGB

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

 GREEN value IS 127 (50% from 255) = 37.24%

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

R = 62.46%
G = 37.24%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D57F01 (or 0xD57F01) is known color: Mango Tango. HEX triplet: D5, 7F and 01. RGB value is (213,127,1). Sum of RGB (Red+Green+Blue) = 213+127+1=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57F01 is #2A80FE. Grayscale: #8A8A8A. Windows color (decimal): -2785535 or 98261. OLE color: 98261.

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

Color convert

RGB 213 127 1 -
CMYK 0 0.40 1.00 0.16
HSL 35.66º 0.99% 0.42% -
HSV(B) 35.66º 1% 0.84% -
XYZ 35.04 29.33 3.84 -
YUV 138.35 50.49 181.25 -
System Red Green Blue C M Y K H S L
Decimal 213 127 1 0 0.40 1.00 0.16 35.66 0.99 0.42
Hex D5 7F 1 0 28 64 10 24 63 2A
Octal 325 177 1 0 50 144 20 44 143 52
Binary 11010101 1111111 1 0 101000 1100100 10000 100100 1100011 101010

Color Harmonies of #D57F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F01

Black with #D57F01

Text Example


Text Example

White with #D57F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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