Html Css Color HEX #DE680C Mango Tango

📋 copy color: '#DE680C'

red 222 ◦ green 104 ◦ blue 12

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

Shades of Mango Tango #DE680C

Tints of Mango Tango #DE680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

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

R = 65.68%
G = 30.77%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE680C (or 0xDE680C) is known color: Mango Tango. HEX triplet: DE, 68 and 0C. RGB value is (222,104,12). Sum of RGB (Red+Green+Blue) = 222+104+12=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE680C is #2197F3. Grayscale: #818181. Windows color (decimal): -2201588 or 813278. OLE color: 813278.

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

Color convert

RGB 222 104 12 -
CMYK 0 0.53 0.95 0.13
HSL 26.29º 0.9% 0.46% -
HSV(B) 26.29º 0.95% 0.87% -
XYZ 35.14 25.46 3.41 -
YUV 128.79 62.09 194.48 -
System Red Green Blue C M Y K H S L
Decimal 222 104 12 0 0.53 0.95 0.13 26.29 0.9 0.46
Hex DE 68 C 0 35 5F D 1A 5A 2E
Octal 336 150 14 0 65 137 15 32 132 56
Binary 11011110 1101000 1100 0 110101 1011111 1101 11010 1011010 101110

Color Harmonies of #DE680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE680C

Black with #DE680C

Text Example


Text Example

White with #DE680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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