Html Css Color HEX #D47206 Mango Tango

📋 copy color: '#D47206'

red 212 ◦ green 114 ◦ blue 6

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

Shades of Mango Tango #D47206

Tints of Mango Tango #D47206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.34%

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

R = 63.86%
G = 34.34%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D47206 (or 0xD47206) is known color: Mango Tango. HEX triplet: D4, 72 and 06. RGB value is (212,114,6). Sum of RGB (Red+Green+Blue) = 212+114+6=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D47206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47206 is #2B8DF9. Grayscale: #838383. Windows color (decimal): -2854394 or 422612. OLE color: 422612.

HSL color Cylindrical-coordinate representation of color #D47206: hue angle of 31.46º 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 #D47206 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 114 6 -
CMYK 0 0.46 0.97 0.17
HSL 31.46º 0.94% 0.43% -
HSV(B) 31.46º 0.97% 0.83% -
XYZ 33.2 26.04 3.45 -
YUV 130.99 57.47 185.78 -
System Red Green Blue C M Y K H S L
Decimal 212 114 6 0 0.46 0.97 0.17 31.46 0.94 0.43
Hex D4 72 6 0 2E 61 11 1F 5E 2B
Octal 324 162 6 0 56 141 21 37 136 53
Binary 11010100 1110010 110 0 101110 1100001 10001 11111 1011110 101011

Color Harmonies of #D47206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47206

Black with #D47206

Text Example


Text Example

White with #D47206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47206; }

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

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

background-color css

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

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

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

border-color css

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

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

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