#dd6c0c

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

Shades of Mango Tango #DD6C0C

Tints of Mango Tango #DD6C0C

Color information

#DD6C0C (or 0xDD6C0C) is unknown color: approx Mango Tango. HEX triplet: DD, 6C and 0C. RGB value is (221,108,12). Sum of RGB (Red+Green+Blue) = 221+108+12=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C0C is #2293F3. Grayscale: #838383. Windows color (decimal): -2266100 or 814301. OLE color: 814301.

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

Color convert

RGB22110812-
CMYK00.510.950.13
HSL27.56º89.7%45.69%-
HSV(B)27.56º94.57%86.67%-
XYZ35.2526.123.53-
YUV130.8460.94192.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.81%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 12 (5.08% from 255) = 3.52%
R=64.81%
G=31.67%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211081200.510.950.1327.5689.745.69
HexDD6CC0335FD1c5a2e
Octal33515414063137153413256
Binary1101110111011001100011001110111111101111001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6c0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6c0c; }

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

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

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

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

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

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

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

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