Html Css Color HEX #DE740E Mango Tango

📋 copy color: '#DE740E'

red 222 ◦ green 116 ◦ blue 14

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

Shades of Mango Tango #DE740E

Tints of Mango Tango #DE740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

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

R = 63.07%
G = 32.95%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE740E (or 0xDE740E) is known color: Mango Tango. HEX triplet: DE, 74 and 0E. RGB value is (222,116,14). Sum of RGB (Red+Green+Blue) = 222+116+14=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE740E is #218BF1. Grayscale: #888888. Windows color (decimal): -2198514 or 947422. OLE color: 947422.

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

Color convert

RGB 222 116 14 -
CMYK 0 0.48 0.94 0.13
HSL 29.42º 0.88% 0.46% -
HSV(B) 29.42º 0.94% 0.87% -
XYZ 36.45 28.05 3.91 -
YUV 136.07 59.12 189.29 -
System Red Green Blue C M Y K H S L
Decimal 222 116 14 0 0.48 0.94 0.13 29.42 0.88 0.46
Hex DE 74 E 0 30 5E D 1D 58 2E
Octal 336 164 16 0 60 136 15 35 130 56
Binary 11011110 1110100 1110 0 110000 1011110 1101 11101 1011000 101110

Color Harmonies of #DE740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE740E

Black with #DE740E

Text Example


Text Example

White with #DE740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE740E; }

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

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

background-color css

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

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

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

border-color css

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

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

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