Html Css Color HEX #D47505 Mango Tango

📋 copy color: '#D47505'

red 212 ◦ green 117 ◦ blue 5

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

Shades of Mango Tango #D47505

Tints of Mango Tango #D47505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.03%

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 63.47%
G = 35.03%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D47505 (or 0xD47505) is known color: Mango Tango. HEX triplet: D4, 75 and 05. RGB value is (212,117,5). Sum of RGB (Red+Green+Blue) = 212+117+5=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D47505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47505 is #2B8AFA. Grayscale: #858585. Windows color (decimal): -2853627 or 357844. OLE color: 357844.

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

Color convert

RGB 212 117 5 -
CMYK 0 0.45 0.98 0.17
HSL 32.46º 0.95% 0.43% -
HSV(B) 32.46º 0.98% 0.83% -
XYZ 33.54 26.73 3.54 -
YUV 132.64 55.97 184.61 -
System Red Green Blue C M Y K H S L
Decimal 212 117 5 0 0.45 0.98 0.17 32.46 0.95 0.43
Hex D4 75 5 0 2D 62 11 20 5F 2B
Octal 324 165 5 0 55 142 21 40 137 53
Binary 11010100 1110101 101 0 101101 1100010 10001 100000 1011111 101011

Color Harmonies of #D47505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47505

Black with #D47505

Text Example


Text Example

White with #D47505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47505; }

 p { color: rgb(212,117,5); }

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

background-color css

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

 a { background-color: rgb(212,117,5); }

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

border-color css

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

 span { border-color: rgb(212,117,5); }

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