Html Css Color HEX #D4760A Mango Tango

📋 copy color: '#D4760A'

red 212 ◦ green 118 ◦ blue 10

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

Shades of Mango Tango #D4760A

Tints of Mango Tango #D4760A

RGB

 RED value IS 212 (83.2% from 255) = 62.35%

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

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

R = 62.35%
G = 34.71%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4760A (or 0xD4760A) is known color: Mango Tango. HEX triplet: D4, 76 and 0A. RGB value is (212,118,10). Sum of RGB (Red+Green+Blue) = 212+118+10=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D4760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4760A is #2B89F5. Grayscale: #868686. Windows color (decimal): -2853366 or 685780. OLE color: 685780.

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

Color convert

RGB 212 118 10 -
CMYK 0 0.44 0.95 0.17
HSL 32.08º 0.91% 0.44% -
HSV(B) 32.08º 0.95% 0.83% -
XYZ 33.68 26.98 3.72 -
YUV 133.79 58.14 183.78 -
System Red Green Blue C M Y K H S L
Decimal 212 118 10 0 0.44 0.95 0.17 32.08 0.91 0.44
Hex D4 76 A 0 2C 5F 11 20 5B 2C
Octal 324 166 12 0 54 137 21 40 133 54
Binary 11010100 1110110 1010 0 101100 1011111 10001 100000 1011011 101100

Color Harmonies of #D4760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4760A

Black with #D4760A

Text Example


Text Example

White with #D4760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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