#df6f00

Color #DF6F00 Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #DF6F00

Tints of Mango Tango #DF6F00

Color information

#DF6F00 (or 0xDF6F00) is unknown color: approx Mango Tango. HEX triplet: DF, 6F and 00. RGB value is (223,111,0). Sum of RGB (Red+Green+Blue) = 223+111+0=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6F00 is #2090FF. Grayscale: #848484. Windows color (decimal): -2134272 or 28639. OLE color: 28639.

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

Color convert

RGB2231110-
CMYK00.5010.13
HSL29.87º100%43.73%-
HSV(B)29.87º100%87.45%-
XYZ36.1227.063.32-
YUV131.8353.61193.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.77%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.77%
G=33.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223111000.5010.1329.8710043.73
HexDF6F003264D1e642c
Octal3371570062144153614454
Binary1101111111011110011001011001001101111101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6f00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6f00; }

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

 H1.HeaderClassName
 {
   color: #df6f00;
 }
 .AnyTagClassName
 {
   color: #df6f00;
 }
</style>
background-color css

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

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

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

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

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

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