Html Css Color HEX #DD7604 Mango Tango

📋 copy color: '#DD7604'

red 221 ◦ green 118 ◦ blue 4

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

Shades of Mango Tango #DD7604

Tints of Mango Tango #DD7604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 64.43%
G = 34.4%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD7604 (or 0xDD7604) is known color: Mango Tango. HEX triplet: DD, 76 and 04. RGB value is (221,118,4). Sum of RGB (Red+Green+Blue) = 221+118+4=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7604 is #2289FB. Grayscale: #888888. Windows color (decimal): -2263548 or 292573. OLE color: 292573.

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

Color convert

RGB 221 118 4 -
CMYK 0 0.47 0.98 0.13
HSL 31.52º 0.96% 0.44% -
HSV(B) 31.52º 0.98% 0.87% -
XYZ 36.32 28.34 3.67 -
YUV 135.8 53.62 188.77 -
System Red Green Blue C M Y K H S L
Decimal 221 118 4 0 0.47 0.98 0.13 31.52 0.96 0.44
Hex DD 76 4 0 2F 62 D 20 60 2C
Octal 335 166 4 0 57 142 15 40 140 54
Binary 11011101 1110110 100 0 101111 1100010 1101 100000 1100000 101100

Color Harmonies of #DD7604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7604

Black with #DD7604

Text Example


Text Example

White with #DD7604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7604; }

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

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

background-color css

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

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

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

border-color css

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

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

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