Html Css Color HEX #DD7104 Mango Tango

📋 copy color: '#DD7104'

red 221 ◦ green 113 ◦ blue 4

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

Shades of Mango Tango #DD7104

Tints of Mango Tango #DD7104

RGB

 RED value IS 221 (86.72% from 255) = 65.38%

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

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

R = 65.38%
G = 33.43%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD7104 (or 0xDD7104) is known color: Mango Tango. HEX triplet: DD, 71 and 04. RGB value is (221,113,4). Sum of RGB (Red+Green+Blue) = 221+113+4=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7104 is #228EFB. Grayscale: #858585. Windows color (decimal): -2264828 or 291293. OLE color: 291293.

HSL color Cylindrical-coordinate representation of color #DD7104: hue angle of 30.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD7104 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 113 4 -
CMYK 0 0.49 0.98 0.13
HSL 30.14º 0.96% 0.44% -
HSV(B) 30.14º 0.98% 0.87% -
XYZ 35.75 27.19 3.48 -
YUV 132.87 55.28 190.86 -
System Red Green Blue C M Y K H S L
Decimal 221 113 4 0 0.49 0.98 0.13 30.14 0.96 0.44
Hex DD 71 4 0 31 62 D 1E 60 2C
Octal 335 161 4 0 61 142 15 36 140 54
Binary 11011101 1110001 100 0 110001 1100010 1101 11110 1100000 101100

Color Harmonies of #DD7104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7104

Black with #DD7104

Text Example


Text Example

White with #DD7104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7104; }

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

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

background-color css

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

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

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

border-color css

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

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

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