Html Css Color HEX #DF700D Mango Tango

📋 copy color: '#DF700D'

red 223 ◦ green 112 ◦ blue 13

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

Shades of Mango Tango #DF700D

Tints of Mango Tango #DF700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 64.08%
G = 32.18%
B = 3.74%

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

#DF700D (or 0xDF700D) is known color: Mango Tango. HEX triplet: DF, 70 and 0D. RGB value is (223,112,13). Sum of RGB (Red+Green+Blue) = 223+112+13=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF700D is #208FF2. Grayscale: #868686. Windows color (decimal): -2134003 or 880863. OLE color: 880863.

HSL color Cylindrical-coordinate representation of color #DF700D: hue angle of 28.29º degrees, saturation: 0.89, 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 #DF700D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 112 13 -
CMYK 0 0.50 0.94 0.13
HSL 28.29º 0.89% 0.46% -
HSV(B) 28.29º 0.94% 0.87% -
XYZ 36.3 27.31 3.74 -
YUV 133.9 59.77 191.55 -
System Red Green Blue C M Y K H S L
Decimal 223 112 13 0 0.50 0.94 0.13 28.29 0.89 0.46
Hex DF 70 D 0 32 5E D 1C 59 2E
Octal 337 160 15 0 62 136 15 34 131 56
Binary 11011111 1110000 1101 0 110010 1011110 1101 11100 1011001 101110

Color Harmonies of #DF700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF700D

Black with #DF700D

Text Example


Text Example

White with #DF700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF700D; }

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

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

background-color css

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

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

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

border-color css

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

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

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