Html Css Color HEX #D47205 Mango Tango

📋 copy color: '#D47205'

red 212 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #D47205

Tints of Mango Tango #D47205

RGB

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

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

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

R = 64.05%
G = 34.44%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D47205 (or 0xD47205) is known color: Mango Tango. HEX triplet: D4, 72 and 05. RGB value is (212,114,5). Sum of RGB (Red+Green+Blue) = 212+114+5=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D47205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47205 is #2B8DFA. Grayscale: #838383. Windows color (decimal): -2854395 or 357076. OLE color: 357076.

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

Color convert

RGB 212 114 5 -
CMYK 0 0.46 0.98 0.17
HSL 31.59º 0.95% 0.43% -
HSV(B) 31.59º 0.98% 0.83% -
XYZ 33.2 26.04 3.42 -
YUV 130.88 56.97 185.86 -
System Red Green Blue C M Y K H S L
Decimal 212 114 5 0 0.46 0.98 0.17 31.59 0.95 0.43
Hex D4 72 5 0 2E 62 11 20 5F 2B
Octal 324 162 5 0 56 142 21 40 137 53
Binary 11010100 1110010 101 0 101110 1100010 10001 100000 1011111 101011

Color Harmonies of #D47205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47205

Black with #D47205

Text Example


Text Example

White with #D47205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47205; }

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

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

background-color css

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

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

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

border-color css

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

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

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