Html Css Color HEX #DD7404 Mango Tango

📋 copy color: '#DD7404'

red 221 ◦ green 116 ◦ blue 4

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

Shades of Mango Tango #DD7404

Tints of Mango Tango #DD7404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

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

R = 64.81%
G = 34.02%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD7404 (or 0xDD7404) is known color: Mango Tango. HEX triplet: DD, 74 and 04. RGB value is (221,116,4). Sum of RGB (Red+Green+Blue) = 221+116+4=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7404 is #228BFB. Grayscale: #878787. Windows color (decimal): -2264060 or 292061. OLE color: 292061.

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

Color convert

RGB 221 116 4 -
CMYK 0 0.48 0.98 0.13
HSL 30.97º 0.96% 0.44% -
HSV(B) 30.97º 0.98% 0.87% -
XYZ 36.09 27.87 3.59 -
YUV 134.63 54.29 189.61 -
System Red Green Blue C M Y K H S L
Decimal 221 116 4 0 0.48 0.98 0.13 30.97 0.96 0.44
Hex DD 74 4 0 30 62 D 1F 60 2C
Octal 335 164 4 0 60 142 15 37 140 54
Binary 11011101 1110100 100 0 110000 1100010 1101 11111 1100000 101100

Color Harmonies of #DD7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7404

Black with #DD7404

Text Example


Text Example

White with #DD7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7404; }

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

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

background-color css

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

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

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

border-color css

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

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

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