Html Css Color HEX #DE6E0C Mango Tango

📋 copy color: '#DE6E0C'

red 222 ◦ green 110 ◦ blue 12

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

Shades of Mango Tango #DE6E0C

Tints of Mango Tango #DE6E0C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.98%

 BLUE value IS 12 (5.08% from 255) = 3.49%

R = 64.53%
G = 31.98%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE6E0C (or 0xDE6E0C) is known color: Mango Tango. HEX triplet: DE, 6E and 0C. RGB value is (222,110,12). Sum of RGB (Red+Green+Blue) = 222+110+12=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6E0C is #2191F3. Grayscale: #848484. Windows color (decimal): -2200052 or 814814. OLE color: 814814.

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

Color convert

RGB 222 110 12 -
CMYK 0 0.50 0.95 0.13
HSL 28º 0.9% 0.46% -
HSV(B) 28º 0.95% 0.87% -
XYZ 35.77 26.71 3.62 -
YUV 132.32 60.11 191.97 -
System Red Green Blue C M Y K H S L
Decimal 222 110 12 0 0.50 0.95 0.13 28 0.9 0.46
Hex DE 6E C 0 32 5F D 1C 5A 2E
Octal 336 156 14 0 62 137 15 34 132 56
Binary 11011110 1101110 1100 0 110010 1011111 1101 11100 1011010 101110

Color Harmonies of #DE6E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6E0C

Black with #DE6E0C

Text Example


Text Example

White with #DE6E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6E0C; }

 p { color: rgb(222,110,12); }

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

background-color css

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

 a { background-color: rgb(222,110,12); }

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

border-color css

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

 span { border-color: rgb(222,110,12); }

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