Html Css Color HEX #DE680A Mango Tango

📋 copy color: '#DE680A'

red 222 ◦ green 104 ◦ blue 10

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

Shades of Mango Tango #DE680A

Tints of Mango Tango #DE680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.98%

R = 66.07%
G = 30.95%
B = 2.98%

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

#DE680A (or 0xDE680A) is known color: Mango Tango. HEX triplet: DE, 68 and 0A. RGB value is (222,104,10). Sum of RGB (Red+Green+Blue) = 222+104+10=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE680A is #2197F5. Grayscale: #818181. Windows color (decimal): -2201590 or 682206. OLE color: 682206.

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

Color convert

RGB 222 104 10 -
CMYK 0 0.53 0.95 0.13
HSL 26.6º 0.91% 0.45% -
HSV(B) 26.6º 0.95% 0.87% -
XYZ 35.13 25.45 3.35 -
YUV 128.57 61.09 194.64 -
System Red Green Blue C M Y K H S L
Decimal 222 104 10 0 0.53 0.95 0.13 26.6 0.91 0.45
Hex DE 68 A 0 35 5F D 1B 5B 2D
Octal 336 150 12 0 65 137 15 33 133 55
Binary 11011110 1101000 1010 0 110101 1011111 1101 11011 1011011 101101

Color Harmonies of #DE680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE680A

Black with #DE680A

Text Example


Text Example

White with #DE680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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