Html Css Color HEX #DF700E Mango Tango

📋 copy color: '#DF700E'

red 223 ◦ green 112 ◦ blue 14

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

Shades of Mango Tango #DF700E

Tints of Mango Tango #DF700E

RGB

 RED value IS 223 (87.5% from 255) = 63.9%

 GREEN value IS 112 (44.14% from 255) = 32.09%

 BLUE value IS 14 (5.86% from 255) = 4.01%

R = 63.9%
G = 32.09%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF700E (or 0xDF700E) is known color: Mango Tango. HEX triplet: DF, 70 and 0E. RGB value is (223,112,14). Sum of RGB (Red+Green+Blue) = 223+112+14=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF700E is #208FF1. Grayscale: #868686. Windows color (decimal): -2134002 or 946399. OLE color: 946399.

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

Color convert

RGB 223 112 14 -
CMYK 0 0.50 0.94 0.13
HSL 28.13º 0.88% 0.46% -
HSV(B) 28.13º 0.94% 0.87% -
XYZ 36.3 27.31 3.77 -
YUV 134.02 60.27 191.47 -
System Red Green Blue C M Y K H S L
Decimal 223 112 14 0 0.50 0.94 0.13 28.13 0.88 0.46
Hex DF 70 E 0 32 5E D 1C 58 2E
Octal 337 160 16 0 62 136 15 34 130 56
Binary 11011111 1110000 1110 0 110010 1011110 1101 11100 1011000 101110

Color Harmonies of #DF700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF700E

Black with #DF700E

Text Example


Text Example

White with #DF700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF700E; }

 p { color: rgb(223,112,14); }

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

background-color css

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

 a { background-color: rgb(223,112,14); }

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

border-color css

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

 span { border-color: rgb(223,112,14); }

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