Html Css Color HEX #DE760E Mango Tango

📋 copy color: '#DE760E'

red 222 ◦ green 118 ◦ blue 14

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

Shades of Mango Tango #DE760E

Tints of Mango Tango #DE760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

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

R = 62.71%
G = 33.33%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE760E (or 0xDE760E) is known color: Mango Tango. HEX triplet: DE, 76 and 0E. RGB value is (222,118,14). Sum of RGB (Red+Green+Blue) = 222+118+14=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE760E is #2189F1. Grayscale: #898989. Windows color (decimal): -2198002 or 947934. OLE color: 947934.

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

Color convert

RGB 222 118 14 -
CMYK 0 0.47 0.94 0.13
HSL 30º 0.88% 0.46% -
HSV(B) 30º 0.94% 0.87% -
XYZ 36.68 28.52 3.99 -
YUV 137.24 58.46 188.46 -
System Red Green Blue C M Y K H S L
Decimal 222 118 14 0 0.47 0.94 0.13 30 0.88 0.46
Hex DE 76 E 0 2F 5E D 1E 58 2E
Octal 336 166 16 0 57 136 15 36 130 56
Binary 11011110 1110110 1110 0 101111 1011110 1101 11110 1011000 101110

Color Harmonies of #DE760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE760E

Black with #DE760E

Text Example


Text Example

White with #DE760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE760E; }

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

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

background-color css

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

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

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

border-color css

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

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

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