Html Css Color HEX #DD7704 Mango Tango

📋 copy color: '#DD7704'

red 221 ◦ green 119 ◦ blue 4

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

Shades of Mango Tango #DD7704

Tints of Mango Tango #DD7704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

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

R = 64.24%
G = 34.59%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD7704 (or 0xDD7704) is known color: Mango Tango. HEX triplet: DD, 77 and 04. RGB value is (221,119,4). Sum of RGB (Red+Green+Blue) = 221+119+4=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7704 is #2288FB. Grayscale: #888888. Windows color (decimal): -2263292 or 292829. OLE color: 292829.

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

Color convert

RGB 221 119 4 -
CMYK 0 0.46 0.98 0.13
HSL 31.8º 0.96% 0.44% -
HSV(B) 31.8º 0.98% 0.87% -
XYZ 36.44 28.57 3.71 -
YUV 136.39 53.29 188.35 -
System Red Green Blue C M Y K H S L
Decimal 221 119 4 0 0.46 0.98 0.13 31.8 0.96 0.44
Hex DD 77 4 0 2E 62 D 20 60 2C
Octal 335 167 4 0 56 142 15 40 140 54
Binary 11011101 1110111 100 0 101110 1100010 1101 100000 1100000 101100

Color Harmonies of #DD7704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7704

Black with #DD7704

Text Example


Text Example

White with #DD7704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7704; }

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

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

background-color css

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

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

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

border-color css

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

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

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