Html Css Color HEX #DD7304 Mango Tango

📋 copy color: '#DD7304'

red 221 ◦ green 115 ◦ blue 4

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

Shades of Mango Tango #DD7304

Tints of Mango Tango #DD7304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

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

R = 65%
G = 33.82%
B = 1.18%

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

#DD7304 (or 0xDD7304) is known color: Mango Tango. HEX triplet: DD, 73 and 04. RGB value is (221,115,4). Sum of RGB (Red+Green+Blue) = 221+115+4=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7304 is #228CFB. Grayscale: #868686. Windows color (decimal): -2264316 or 291805. OLE color: 291805.

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

Color convert

RGB 221 115 4 -
CMYK 0 0.48 0.98 0.13
HSL 30.69º 0.96% 0.44% -
HSV(B) 30.69º 0.98% 0.87% -
XYZ 35.97 27.64 3.55 -
YUV 134.04 54.62 190.03 -
System Red Green Blue C M Y K H S L
Decimal 221 115 4 0 0.48 0.98 0.13 30.69 0.96 0.44
Hex DD 73 4 0 30 62 D 1F 60 2C
Octal 335 163 4 0 60 142 15 37 140 54
Binary 11011101 1110011 100 0 110000 1100010 1101 11111 1100000 101100

Color Harmonies of #DD7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7304

Black with #DD7304

Text Example


Text Example

White with #DD7304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7304; }

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

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

background-color css

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

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

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

border-color css

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

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

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