Html Css Color HEX #D57F0A Mango Tango

📋 copy color: '#D57F0A'

red 213 ◦ green 127 ◦ blue 10

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

Shades of Mango Tango #D57F0A

Tints of Mango Tango #D57F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 60.86%
G = 36.29%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D57F0A (or 0xD57F0A) is known color: Mango Tango. HEX triplet: D5, 7F and 0A. RGB value is (213,127,10). Sum of RGB (Red+Green+Blue) = 213+127+10=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57F0A is #2A80F5. Grayscale: #8B8B8B. Windows color (decimal): -2785526 or 688085. OLE color: 688085.

HSL color Cylindrical-coordinate representation of color #D57F0A: hue angle of 34.58º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D57F0A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 10 -
CMYK 0 0.40 0.95 0.16
HSL 34.58º 0.91% 0.44% -
HSV(B) 34.58º 0.95% 0.84% -
XYZ 35.08 29.35 4.1 -
YUV 139.38 54.99 180.51 -
System Red Green Blue C M Y K H S L
Decimal 213 127 10 0 0.40 0.95 0.16 34.58 0.91 0.44
Hex D5 7F A 0 28 5F 10 23 5B 2C
Octal 325 177 12 0 50 137 20 43 133 54
Binary 11010101 1111111 1010 0 101000 1011111 10000 100011 1011011 101100

Color Harmonies of #D57F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F0A

Black with #D57F0A

Text Example


Text Example

White with #D57F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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