Html Css Color HEX #DE700F Mango Tango

📋 copy color: '#DE700F'

red 222 ◦ green 112 ◦ blue 15

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

Shades of Mango Tango #DE700F

Tints of Mango Tango #DE700F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 63.61%
G = 32.09%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE700F (or 0xDE700F) is known color: Mango Tango. HEX triplet: DE, 70 and 0F. RGB value is (222,112,15). Sum of RGB (Red+Green+Blue) = 222+112+15=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE700F is #218FF0. Grayscale: #868686. Windows color (decimal): -2199537 or 1011934. OLE color: 1011934.

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

Color convert

RGB 222 112 15 -
CMYK 0 0.50 0.93 0.13
HSL 28.12º 0.87% 0.46% -
HSV(B) 28.12º 0.93% 0.87% -
XYZ 36 27.15 3.8 -
YUV 133.83 60.94 190.89 -
System Red Green Blue C M Y K H S L
Decimal 222 112 15 0 0.50 0.93 0.13 28.12 0.87 0.46
Hex DE 70 F 0 32 5D D 1C 57 2E
Octal 336 160 17 0 62 135 15 34 127 56
Binary 11011110 1110000 1111 0 110010 1011101 1101 11100 1010111 101110

Color Harmonies of #DE700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE700F

Black with #DE700F

Text Example


Text Example

White with #DE700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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