Html Css Color HEX #DE7000 Mango Tango

📋 copy color: '#DE7000'

red 222 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #DE7000

Tints of Mango Tango #DE7000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 66.47%
G = 33.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE7000 (or 0xDE7000) is known color: Mango Tango. HEX triplet: DE, 70 and 00. RGB value is (222,112,0). Sum of RGB (Red+Green+Blue) = 222+112+0=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7000 is #218FFF. Grayscale: #848484. Windows color (decimal): -2199552 or 28894. OLE color: 28894.

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

Color convert

RGB 222 112 0 -
CMYK 0 0.50 1 0.13
HSL 30.27º 1% 0.44% -
HSV(B) 30.27º 1% 0.87% -
XYZ 35.92 27.12 3.34 -
YUV 132.12 53.44 192.11 -
System Red Green Blue C M Y K H S L
Decimal 222 112 0 0 0.50 1 0.13 30.27 1 0.44
Hex DE 70 0 0 32 64 D 1E 64 2C
Octal 336 160 0 0 62 144 15 36 144 54
Binary 11011110 1110000 0 0 110010 1100100 1101 11110 1100100 101100

Color Harmonies of #DE7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7000

Black with #DE7000

Text Example


Text Example

White with #DE7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7000; }

 p { color: rgb(222,112,0); }

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

background-color css

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

 a { background-color: rgb(222,112,0); }

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

border-color css

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

 span { border-color: rgb(222,112,0); }

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