Html Css Color HEX #DD7407 Mango Tango

📋 copy color: '#DD7407'

red 221 ◦ green 116 ◦ blue 7

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

Shades of Mango Tango #DD7407

Tints of Mango Tango #DD7407

RGB

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

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

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

R = 64.24%
G = 33.72%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD7407 (or 0xDD7407) is known color: Mango Tango. HEX triplet: DD, 74 and 07. RGB value is (221,116,7). Sum of RGB (Red+Green+Blue) = 221+116+7=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7407 is #228BF8. Grayscale: #878787. Windows color (decimal): -2264057 or 488669. OLE color: 488669.

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

Color convert

RGB 221 116 7 -
CMYK 0 0.48 0.97 0.13
HSL 30.56º 0.94% 0.45% -
HSV(B) 30.56º 0.97% 0.87% -
XYZ 36.1 27.88 3.68 -
YUV 134.97 55.79 189.36 -
System Red Green Blue C M Y K H S L
Decimal 221 116 7 0 0.48 0.97 0.13 30.56 0.94 0.45
Hex DD 74 7 0 30 61 D 1F 5E 2D
Octal 335 164 7 0 60 141 15 37 136 55
Binary 11011101 1110100 111 0 110000 1100001 1101 11111 1011110 101101

Color Harmonies of #DD7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7407

Black with #DD7407

Text Example


Text Example

White with #DD7407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7407; }

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

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

background-color css

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

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

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

border-color css

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

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

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