#DF7505

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

Shades of Mango Tango #DF7505

Tints of Mango Tango #DF7505

Color information

#DF7505 (or 0xDF7505) is unknown color: approx Mango Tango. HEX triplet: DF, 75 and 05. RGB value is (223,117,5). Sum of RGB (Red+Green+Blue) = 223+117+5=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7505 is #208AFA. Grayscale: #888888. Windows color (decimal): -2132731 or 357855. OLE color: 357855.

HSL color Cylindrical-coordinate representation of color #DF7505: hue angle of 30.83º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF7505 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB2231175-
CMYK00.480.980.13
HSL30.83º95.61%44.71%-
HSV(B)30.83º97.76%87.45%-
XYZ36.8228.423.69-
YUV135.9354.12190.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.64%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 5 (2.34% from 255) = 1.45%
R=64.64%
G=33.91%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223117500.480.980.1330.8395.6144.71
HexDF75503062D1f602d
Octal3371655060142153714055
Binary110111111110101101011000011000101101111111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7505; }

 p { color: rgb(223,117,5); }

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

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

 a { background-color: rgb(223,117,5); }

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

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

 span { border-color: rgb(223,117,5); }

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