Html Css Color HEX #DF7F00 Mango Tango

📋 copy color: '#DF7F00'

red 223 ◦ green 127 ◦ blue 0

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

Shades of Mango Tango #DF7F00

Tints of Mango Tango #DF7F00

RGB

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

 GREEN value IS 127 (50% from 255) = 36.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.71%
G = 36.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF7F00 (or 0xDF7F00) is known color: Mango Tango. HEX triplet: DF, 7F and 00. RGB value is (223,127,0). Sum of RGB (Red+Green+Blue) = 223+127+0=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7F00 is #2080FF. Grayscale: #8D8D8D. Windows color (decimal): -2130176 or 32735. OLE color: 32735.

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

Color convert

RGB 223 127 0 -
CMYK 0 0.43 1 0.13
HSL 34.17º 1% 0.44% -
HSV(B) 34.17º 1% 0.87% -
XYZ 38.02 30.87 3.95 -
YUV 141.23 48.3 186.33 -
System Red Green Blue C M Y K H S L
Decimal 223 127 0 0 0.43 1 0.13 34.17 1 0.44
Hex DF 7F 0 0 2B 64 D 22 64 2C
Octal 337 177 0 0 53 144 15 42 144 54
Binary 11011111 1111111 0 0 101011 1100100 1101 100010 1100100 101100

Color Harmonies of #DF7F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F00

Black with #DF7F00

Text Example


Text Example

White with #DF7F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F00; }

 p { color: rgb(223,127,0); }

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

background-color css

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

 a { background-color: rgb(223,127,0); }

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

border-color css

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

 span { border-color: rgb(223,127,0); }

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