Html Css Color HEX #DD7907 Mango Tango

📋 copy color: '#DD7907'

red 221 ◦ green 121 ◦ blue 7

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

Shades of Mango Tango #DD7907

Tints of Mango Tango #DD7907

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.67%

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

R = 63.32%
G = 34.67%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD7907 (or 0xDD7907) is known color: Mango Tango. HEX triplet: DD, 79 and 07. RGB value is (221,121,7). Sum of RGB (Red+Green+Blue) = 221+121+7=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7907 is #2286F8. Grayscale: #8A8A8A. Windows color (decimal): -2262777 or 489949. OLE color: 489949.

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

Color convert

RGB 221 121 7 -
CMYK 0 0.45 0.97 0.13
HSL 31.96º 0.94% 0.45% -
HSV(B) 31.96º 0.97% 0.87% -
XYZ 36.69 29.06 3.88 -
YUV 137.9 54.13 187.27 -
System Red Green Blue C M Y K H S L
Decimal 221 121 7 0 0.45 0.97 0.13 31.96 0.94 0.45
Hex DD 79 7 0 2D 61 D 20 5E 2D
Octal 335 171 7 0 55 141 15 40 136 55
Binary 11011101 1111001 111 0 101101 1100001 1101 100000 1011110 101101

Color Harmonies of #DD7907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7907

Black with #DD7907

Text Example


Text Example

White with #DD7907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7907; }

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

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

background-color css

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

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

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

border-color css

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

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

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