Html Css Color HEX #DD8004 Mango Tango

📋 copy color: '#DD8004'

red 221 ◦ green 128 ◦ blue 4

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

Shades of Mango Tango #DD8004

Tints of Mango Tango #DD8004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.26%

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

R = 62.61%
G = 36.26%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD8004 (or 0xDD8004) is known color: Mango Tango. HEX triplet: DD, 80 and 04. RGB value is (221,128,4). Sum of RGB (Red+Green+Blue) = 221+128+4=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8004 is #227FFB. Grayscale: #8E8E8E. Windows color (decimal): -2260988 or 295133. OLE color: 295133.

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

Color convert

RGB 221 128 4 -
CMYK 0 0.42 0.98 0.13
HSL 34.29º 0.96% 0.44% -
HSV(B) 34.29º 0.98% 0.87% -
XYZ 37.56 30.82 4.08 -
YUV 141.67 50.31 184.58 -
System Red Green Blue C M Y K H S L
Decimal 221 128 4 0 0.42 0.98 0.13 34.29 0.96 0.44
Hex DD 80 4 0 2A 62 D 22 60 2C
Octal 335 200 4 0 52 142 15 42 140 54
Binary 11011101 10000000 100 0 101010 1100010 1101 100010 1100000 101100

Color Harmonies of #DD8004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8004

Black with #DD8004

Text Example


Text Example

White with #DD8004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8004; }

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

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

background-color css

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

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

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

border-color css

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

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

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