#DF6800

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

Shades of Mango Tango #DF6800

Tints of Mango Tango #DF6800

Color information

#DF6800 (or 0xDF6800) is unknown color: approx Mango Tango. HEX triplet: DF, 68 and 00. RGB value is (223,104,0). Sum of RGB (Red+Green+Blue) = 223+104+0=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6800 is #2097FF. Grayscale: #808080. Windows color (decimal): -2136064 or 26847. OLE color: 26847.

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

Color convert

RGB2231040-
CMYK00.5310.13
HSL27.98º100%43.73%-
HSV(B)27.98º100%87.45%-
XYZ35.3825.593.07-
YUV127.7255.92195.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 68.20%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.20%
G=31.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223104000.5310.1327.9810043.73
HexDF68003564D1c642c
Octal3371500065144153414454
Binary1101111111010000011010111001001101111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6800; }

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

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

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

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

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

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

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

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