#DD770C

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

Shades of Mango Tango #DD770C

Tints of Mango Tango #DD770C

Color information

#DD770C (or 0xDD770C) is unknown color: approx Mango Tango. HEX triplet: DD, 77 and 0C. RGB value is (221,119,12). Sum of RGB (Red+Green+Blue) = 221+119+12=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD770C is #2288F3. Grayscale: #898989. Windows color (decimal): -2263284 or 817117. OLE color: 817117.

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

Color convert

RGB22111912-
CMYK00.460.950.13
HSL30.72º89.7%45.69%-
HSV(B)30.72º94.57%86.67%-
XYZ36.4828.593.94-
YUV137.357.29187.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.78%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=62.78%
G=33.81%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211191200.460.950.1330.7289.745.69
HexDD77C02E5FD1f5a2e
Octal33516714056137153713256
Binary1101110111101111100010111010111111101111111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD770C; }

 p { color: rgb(221,119,12); }

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

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

 a { background-color: rgb(221,119,12); }

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

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

 span { border-color: rgb(221,119,12); }

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