Html Css Color HEX #DE8112 Mango Tango

📋 copy color: '#DE8112'

red 222 ◦ green 129 ◦ blue 18

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

Shades of Mango Tango #DE8112

Tints of Mango Tango #DE8112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 60.16%
G = 34.96%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE8112 (or 0xDE8112) is known color: Mango Tango. HEX triplet: DE, 81 and 12. RGB value is (222,129,18). Sum of RGB (Red+Green+Blue) = 222+129+18=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8112 is #217EED. Grayscale: #909090. Windows color (decimal): -2195182 or 1212894. OLE color: 1212894.

HSL color Cylindrical-coordinate representation of color #DE8112: hue angle of 32.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE8112 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 129 18 -
CMYK 0 0.42 0.92 0.13
HSL 32.65º 0.85% 0.47% -
HSV(B) 32.65º 0.92% 0.87% -
XYZ 38.08 31.27 4.6 -
YUV 144.15 56.81 183.53 -
System Red Green Blue C M Y K H S L
Decimal 222 129 18 0 0.42 0.92 0.13 32.65 0.85 0.47
Hex DE 81 12 0 2A 5C D 21 55 2F
Octal 336 201 22 0 52 134 15 41 125 57
Binary 11011110 10000001 10010 0 101010 1011100 1101 100001 1010101 101111

Color Harmonies of #DE8112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8112

Black with #DE8112

Text Example


Text Example

White with #DE8112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8112; }

 p { color: rgb(222,129,18); }

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

background-color css

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

 a { background-color: rgb(222,129,18); }

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

border-color css

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

 span { border-color: rgb(222,129,18); }

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