Html Css Color HEX #DE740C Mango Tango

📋 copy color: '#DE740C'

red 222 ◦ green 116 ◦ blue 12

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

Shades of Mango Tango #DE740C

Tints of Mango Tango #DE740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

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

R = 63.43%
G = 33.14%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE740C (or 0xDE740C) is known color: Mango Tango. HEX triplet: DE, 74 and 0C. RGB value is (222,116,12). Sum of RGB (Red+Green+Blue) = 222+116+12=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE740C is #218BF3. Grayscale: #888888. Windows color (decimal): -2198516 or 816350. OLE color: 816350.

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

Color convert

RGB 222 116 12 -
CMYK 0 0.48 0.95 0.13
HSL 29.71º 0.9% 0.46% -
HSV(B) 29.71º 0.95% 0.87% -
XYZ 36.44 28.05 3.84 -
YUV 135.84 58.12 189.46 -
System Red Green Blue C M Y K H S L
Decimal 222 116 12 0 0.48 0.95 0.13 29.71 0.9 0.46
Hex DE 74 C 0 30 5F D 1E 5A 2E
Octal 336 164 14 0 60 137 15 36 132 56
Binary 11011110 1110100 1100 0 110000 1011111 1101 11110 1011010 101110

Color Harmonies of #DE740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE740C

Black with #DE740C

Text Example


Text Example

White with #DE740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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