Html Css Color HEX #D47104 Mango Tango

📋 copy color: '#D47104'

red 212 ◦ green 113 ◦ blue 4

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

Shades of Mango Tango #D47104

Tints of Mango Tango #D47104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 64.44%
G = 34.35%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D47104 (or 0xD47104) is known color: Mango Tango. HEX triplet: D4, 71 and 04. RGB value is (212,113,4). Sum of RGB (Red+Green+Blue) = 212+113+4=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D47104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47104 is #2B8EFB. Grayscale: #828282. Windows color (decimal): -2854652 or 291284. OLE color: 291284.

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

Color convert

RGB 212 113 4 -
CMYK 0 0.47 0.98 0.17
HSL 31.44º 0.96% 0.42% -
HSV(B) 31.44º 0.98% 0.83% -
XYZ 33.08 25.82 3.35 -
YUV 130.18 56.8 186.36 -
System Red Green Blue C M Y K H S L
Decimal 212 113 4 0 0.47 0.98 0.17 31.44 0.96 0.42
Hex D4 71 4 0 2F 62 11 1F 60 2A
Octal 324 161 4 0 57 142 21 37 140 52
Binary 11010100 1110001 100 0 101111 1100010 10001 11111 1100000 101010

Color Harmonies of #D47104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47104

Black with #D47104

Text Example


Text Example

White with #D47104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47104; }

 p { color: rgb(212,113,4); }

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

background-color css

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

 a { background-color: rgb(212,113,4); }

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

border-color css

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

 span { border-color: rgb(212,113,4); }

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