Html Css Color HEX #DD7707 Mango Tango

📋 copy color: '#DD7707'

red 221 ◦ green 119 ◦ blue 7

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

Shades of Mango Tango #DD7707

Tints of Mango Tango #DD7707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 63.69%
G = 34.29%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD7707 (or 0xDD7707) is known color: Mango Tango. HEX triplet: DD, 77 and 07. RGB value is (221,119,7). Sum of RGB (Red+Green+Blue) = 221+119+7=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7707 is #2288F8. Grayscale: #898989. Windows color (decimal): -2263289 or 489437. OLE color: 489437.

HSL color Cylindrical-coordinate representation of color #DD7707: hue angle of 31.4º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD7707 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 119 7 -
CMYK 0 0.46 0.97 0.13
HSL 31.4º 0.94% 0.45% -
HSV(B) 31.4º 0.97% 0.87% -
XYZ 36.45 28.58 3.8 -
YUV 136.73 54.79 188.11 -
System Red Green Blue C M Y K H S L
Decimal 221 119 7 0 0.46 0.97 0.13 31.4 0.94 0.45
Hex DD 77 7 0 2E 61 D 1F 5E 2D
Octal 335 167 7 0 56 141 15 37 136 55
Binary 11011101 1110111 111 0 101110 1100001 1101 11111 1011110 101101

Color Harmonies of #DD7707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7707

Black with #DD7707

Text Example


Text Example

White with #DD7707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7707; }

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

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

background-color css

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

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

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

border-color css

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

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

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