Html Css Color HEX #DE8004 Mango Tango

📋 copy color: '#DE8004'

red 222 ◦ green 128 ◦ blue 4

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

Shades of Mango Tango #DE8004

Tints of Mango Tango #DE8004

RGB

 RED value IS 222 (87.11% from 255) = 62.71%

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

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

R = 62.71%
G = 36.16%
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

#DE8004 (or 0xDE8004) is known color: Mango Tango. HEX triplet: DE, 80 and 04. RGB value is (222,128,4). Sum of RGB (Red+Green+Blue) = 222+128+4=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8004 is #217FFB. Grayscale: #8E8E8E. Windows color (decimal): -2195452 or 295134. OLE color: 295134.

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

Color convert

RGB 222 128 4 -
CMYK 0 0.42 0.98 0.13
HSL 34.13º 0.96% 0.44% -
HSV(B) 34.13º 0.98% 0.87% -
XYZ 37.87 30.98 4.1 -
YUV 141.97 50.14 185.08 -
System Red Green Blue C M Y K H S L
Decimal 222 128 4 0 0.42 0.98 0.13 34.13 0.96 0.44
Hex DE 80 4 0 2A 62 D 22 60 2C
Octal 336 200 4 0 52 142 15 42 140 54
Binary 11011110 10000000 100 0 101010 1100010 1101 100010 1100000 101100

Color Harmonies of #DE8004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8004

Black with #DE8004

Text Example


Text Example

White with #DE8004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8004; }

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

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

background-color css

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

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

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

border-color css

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

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

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