Html Css Color HEX #D57F00 Mango Tango

📋 copy color: '#D57F00'

red 213 ◦ green 127 ◦ blue 0

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

Shades of Mango Tango #D57F00

Tints of Mango Tango #D57F00

RGB

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

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

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

R = 62.65%
G = 37.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D57F00 (or 0xD57F00) is known color: Mango Tango. HEX triplet: D5, 7F and 00. RGB value is (213,127,0). Sum of RGB (Red+Green+Blue) = 213+127+0=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57F00 is #2A80FF. Grayscale: #8A8A8A. Windows color (decimal): -2785536 or 32725. OLE color: 32725.

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

Color convert

RGB 213 127 0 -
CMYK 0 0.40 1 0.16
HSL 35.77º 1% 0.42% -
HSV(B) 35.77º 1% 0.84% -
XYZ 35.03 29.32 3.81 -
YUV 138.24 49.99 181.33 -
System Red Green Blue C M Y K H S L
Decimal 213 127 0 0 0.40 1 0.16 35.77 1 0.42
Hex D5 7F 0 0 28 64 10 24 64 2A
Octal 325 177 0 0 50 144 20 44 144 52
Binary 11010101 1111111 0 0 101000 1100100 10000 100100 1100100 101010

Color Harmonies of #D57F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F00

Black with #D57F00

Text Example


Text Example

White with #D57F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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