Html Css Color HEX #DD7900 Mango Tango

📋 copy color: '#DD7900'

red 221 ◦ green 121 ◦ blue 0

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

Shades of Mango Tango #DD7900

Tints of Mango Tango #DD7900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.62%
G = 35.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD7900 (or 0xDD7900) is known color: Mango Tango. HEX triplet: DD, 79 and 00. RGB value is (221,121,0). Sum of RGB (Red+Green+Blue) = 221+121+0=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7900 is #2286FF. Grayscale: #898989. Windows color (decimal): -2262784 or 31197. OLE color: 31197.

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

Color convert

RGB 221 121 0 -
CMYK 0 0.45 1 0.13
HSL 32.85º 1% 0.43% -
HSV(B) 32.85º 1% 0.87% -
XYZ 36.66 29.05 3.67 -
YUV 137.11 50.63 187.84 -
System Red Green Blue C M Y K H S L
Decimal 221 121 0 0 0.45 1 0.13 32.85 1 0.43
Hex DD 79 0 0 2D 64 D 21 64 2B
Octal 335 171 0 0 55 144 15 41 144 53
Binary 11011101 1111001 0 0 101101 1100100 1101 100001 1100100 101011

Color Harmonies of #DD7900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7900

Black with #DD7900

Text Example


Text Example

White with #DD7900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7900; }

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

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

background-color css

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

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

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

border-color css

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

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

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