Html Css Color HEX #D5760A Mango Tango

📋 copy color: '#D5760A'

red 213 ◦ green 118 ◦ blue 10

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

Shades of Mango Tango #D5760A

Tints of Mango Tango #D5760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 62.46%
G = 34.6%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5760A (or 0xD5760A) is known color: Mango Tango. HEX triplet: D5, 76 and 0A. RGB value is (213,118,10). Sum of RGB (Red+Green+Blue) = 213+118+10=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5760A is #2A89F5. Grayscale: #868686. Windows color (decimal): -2787830 or 685781. OLE color: 685781.

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

Color convert

RGB 213 118 10 -
CMYK 0 0.45 0.95 0.16
HSL 31.92º 0.91% 0.44% -
HSV(B) 31.92º 0.95% 0.84% -
XYZ 33.97 27.12 3.73 -
YUV 134.09 57.97 184.28 -
System Red Green Blue C M Y K H S L
Decimal 213 118 10 0 0.45 0.95 0.16 31.92 0.91 0.44
Hex D5 76 A 0 2D 5F 10 20 5B 2C
Octal 325 166 12 0 55 137 20 40 133 54
Binary 11010101 1110110 1010 0 101101 1011111 10000 100000 1011011 101100

Color Harmonies of #D5760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5760A

Black with #D5760A

Text Example


Text Example

White with #D5760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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