#DC660B

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

Shades of Mango Tango #DC660B

Tints of Mango Tango #DC660B

Color information

#DC660B (or 0xDC660B) is unknown color: approx Mango Tango. HEX triplet: DC, 66 and 0B. RGB value is (220,102,11). Sum of RGB (Red+Green+Blue) = 220+102+11=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC660B is #2399F4. Grayscale: #7F7F7F. Windows color (decimal): -2333173 or 747228. OLE color: 747228.

HSL color Cylindrical-coordinate representation of color #DC660B: hue angle of 26.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC660B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB22010211-
CMYK00.540.950.14
HSL26.12º90.48%45.29%-
HSV(B)26.12º95%86.27%-
XYZ34.3324.743.28-
YUV126.9162.59194.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 66.07%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 11 (4.69% from 255) = 3.30%
R=66.07%
G=30.63%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201021100.540.950.1426.1290.4845.29
HexDC66B0365FE1a5a2d
Octal33414613066137163213255
Binary1101110011001101011011011010111111110110101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC660B; }

 p { color: rgb(220,102,11); }

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

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

 a { background-color: rgb(220,102,11); }

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

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

 span { border-color: rgb(220,102,11); }

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