Html Css Color HEX #DE700E Mango Tango

📋 copy color: '#DE700E'

red 222 ◦ green 112 ◦ blue 14

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

Shades of Mango Tango #DE700E

Tints of Mango Tango #DE700E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.02%

R = 63.79%
G = 32.18%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE700E (or 0xDE700E) is known color: Mango Tango. HEX triplet: DE, 70 and 0E. RGB value is (222,112,14). Sum of RGB (Red+Green+Blue) = 222+112+14=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE700E is #218FF1. Grayscale: #868686. Windows color (decimal): -2199538 or 946398. OLE color: 946398.

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

Color convert

RGB 222 112 14 -
CMYK 0 0.50 0.94 0.13
HSL 28.27º 0.88% 0.46% -
HSV(B) 28.27º 0.94% 0.87% -
XYZ 36 27.15 3.76 -
YUV 133.72 60.44 190.97 -
System Red Green Blue C M Y K H S L
Decimal 222 112 14 0 0.50 0.94 0.13 28.27 0.88 0.46
Hex DE 70 E 0 32 5E D 1C 58 2E
Octal 336 160 16 0 62 136 15 34 130 56
Binary 11011110 1110000 1110 0 110010 1011110 1101 11100 1011000 101110

Color Harmonies of #DE700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE700E

Black with #DE700E

Text Example


Text Example

White with #DE700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE700E; }

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

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

background-color css

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

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

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

border-color css

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

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

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