Html Css Color HEX #D47406 Mango Tango

📋 copy color: '#D47406'

red 212 ◦ green 116 ◦ blue 6

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

Shades of Mango Tango #D47406

Tints of Mango Tango #D47406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 6 (2.73% from 255) = 1.8%

R = 63.47%
G = 34.73%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D47406 (or 0xD47406) is known color: Mango Tango. HEX triplet: D4, 74 and 06. RGB value is (212,116,6). Sum of RGB (Red+Green+Blue) = 212+116+6=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D47406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47406 is #2B8BF9. Grayscale: #848484. Windows color (decimal): -2853882 or 423124. OLE color: 423124.

HSL color Cylindrical-coordinate representation of color #D47406: hue angle of 32.04º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D47406 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 116 6 -
CMYK 0 0.45 0.97 0.17
HSL 32.04º 0.94% 0.43% -
HSV(B) 32.04º 0.97% 0.83% -
XYZ 33.43 26.5 3.53 -
YUV 132.16 56.8 184.94 -
System Red Green Blue C M Y K H S L
Decimal 212 116 6 0 0.45 0.97 0.17 32.04 0.94 0.43
Hex D4 74 6 0 2D 61 11 20 5E 2B
Octal 324 164 6 0 55 141 21 40 136 53
Binary 11010100 1110100 110 0 101101 1100001 10001 100000 1011110 101011

Color Harmonies of #D47406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47406

Black with #D47406

Text Example


Text Example

White with #D47406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47406; }

 p { color: rgb(212,116,6); }

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

background-color css

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

 a { background-color: rgb(212,116,6); }

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

border-color css

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

 span { border-color: rgb(212,116,6); }

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