Html Css Color HEX #DF7101 Mango Tango

📋 copy color: '#DF7101'

red 223 ◦ green 113 ◦ blue 1

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

Shades of Mango Tango #DF7101

Tints of Mango Tango #DF7101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 66.17%
G = 33.53%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF7101 (or 0xDF7101) is known color: Mango Tango. HEX triplet: DF, 71 and 01. RGB value is (223,113,1). Sum of RGB (Red+Green+Blue) = 223+113+1=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7101 is #208EFE. Grayscale: #858585. Windows color (decimal): -2133759 or 94687. OLE color: 94687.

HSL color Cylindrical-coordinate representation of color #DF7101: hue angle of 30.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF7101 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 113 1 -
CMYK 0 0.49 1.00 0.13
HSL 30.27º 0.99% 0.44% -
HSV(B) 30.27º 1% 0.87% -
XYZ 36.34 27.5 3.42 -
YUV 133.12 53.44 192.11 -
System Red Green Blue C M Y K H S L
Decimal 223 113 1 0 0.49 1.00 0.13 30.27 0.99 0.44
Hex DF 71 1 0 31 64 D 1E 63 2C
Octal 337 161 1 0 61 144 15 36 143 54
Binary 11011111 1110001 1 0 110001 1100100 1101 11110 1100011 101100

Color Harmonies of #DF7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7101

Black with #DF7101

Text Example


Text Example

White with #DF7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7101; }

 p { color: rgb(223,113,1); }

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

background-color css

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

 a { background-color: rgb(223,113,1); }

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

border-color css

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

 span { border-color: rgb(223,113,1); }

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