Html Css Color HEX #DE640C Mango Tango

📋 copy color: '#DE640C'

red 222 ◦ green 100 ◦ blue 12

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

Shades of Mango Tango #DE640C

Tints of Mango Tango #DE640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

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

R = 66.47%
G = 29.94%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE640C (or 0xDE640C) is known color: Mango Tango. HEX triplet: DE, 64 and 0C. RGB value is (222,100,12). Sum of RGB (Red+Green+Blue) = 222+100+12=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE640C is #219BF3. Grayscale: #7E7E7E. Windows color (decimal): -2202612 or 812254. OLE color: 812254.

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

Color convert

RGB 222 100 12 -
CMYK 0 0.55 0.95 0.13
HSL 25.14º 0.9% 0.46% -
HSV(B) 25.14º 0.95% 0.87% -
XYZ 34.75 24.67 3.28 -
YUV 126.45 63.42 196.16 -
System Red Green Blue C M Y K H S L
Decimal 222 100 12 0 0.55 0.95 0.13 25.14 0.9 0.46
Hex DE 64 C 0 37 5F D 19 5A 2E
Octal 336 144 14 0 67 137 15 31 132 56
Binary 11011110 1100100 1100 0 110111 1011111 1101 11001 1011010 101110

Color Harmonies of #DE640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE640C

Black with #DE640C

Text Example


Text Example

White with #DE640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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