#DD6B07

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

Shades of Mango Tango #DD6B07

Tints of Mango Tango #DD6B07

Color information

#DD6B07 (or 0xDD6B07) is unknown color: approx Mango Tango. HEX triplet: DD, 6B and 07. RGB value is (221,107,7). Sum of RGB (Red+Green+Blue) = 221+107+7=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6B07 is #2294F8. Grayscale: #828282. Windows color (decimal): -2266361 or 486365. OLE color: 486365.

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

Color convert

RGB2211077-
CMYK00.520.970.13
HSL28.04º93.86%44.71%-
HSV(B)28.04º96.83%86.67%-
XYZ35.1125.93.35-
YUV129.6958.77193.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.97%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 7 (3.12% from 255) = 2.09%
R=65.97%
G=31.94%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221107700.520.970.1328.0493.8644.71
HexDD6B703461D1c5e2d
Octal3351537064141153413655
Binary110111011101011111011010011000011101111001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6B07; }

 p { color: rgb(221,107,7); }

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

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

 a { background-color: rgb(221,107,7); }

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

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

 span { border-color: rgb(221,107,7); }

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