#DC6902

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

Shades of Mango Tango #DC6902

Tints of Mango Tango #DC6902

Color information

#DC6902 (or 0xDC6902) is unknown color: approx Mango Tango. HEX triplet: DC, 69 and 02. RGB value is (220,105,2). Sum of RGB (Red+Green+Blue) = 220+105+2=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6902 is #2396FD. Grayscale: #808080. Windows color (decimal): -2332414 or 158172. OLE color: 158172.

HSL color Cylindrical-coordinate representation of color #DC6902: hue angle of 28.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC6902 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB2201052-
CMYK00.520.990.14
HSL28.35º98.2%43.53%-
HSV(B)28.35º99.09%86.27%-
XYZ34.5825.323.12-
YUV127.6457.1193.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 67.28%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=67.28%
G=32.11%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220105200.520.990.1428.3598.243.53
HexDC69203463E1c622c
Octal3341512064143163414254
Binary11011100110100110011010011000111110111001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6902; }

 p { color: rgb(220,105,2); }

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

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

 a { background-color: rgb(220,105,2); }

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

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

 span { border-color: rgb(220,105,2); }

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