#DE6D0B

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

Shades of Mango Tango #DE6D0B

Tints of Mango Tango #DE6D0B

Color information

#DE6D0B (or 0xDE6D0B) is unknown color: approx Mango Tango. HEX triplet: DE, 6D and 0B. RGB value is (222,109,11). Sum of RGB (Red+Green+Blue) = 222+109+11=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6D0B is #2192F4. Grayscale: #848484. Windows color (decimal): -2200309 or 749022. OLE color: 749022.

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

Color convert

RGB22210911-
CMYK00.510.950.13
HSL27.87º90.56%45.69%-
HSV(B)27.87º95.05%87.06%-
XYZ35.6526.493.55-
YUV131.6159.94192.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.91%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 11 (4.69% from 255) = 3.22%
R=64.91%
G=31.87%
B=3.22%

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
Decimal2221091100.510.950.1327.8790.5645.69
HexDE6DB0335FD1c5b2e
Octal33615513063137153413356
Binary1101111011011011011011001110111111101111001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6D0B; }

 p { color: rgb(222,109,11); }

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

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

 a { background-color: rgb(222,109,11); }

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

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

 span { border-color: rgb(222,109,11); }

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