Html Css Color HEX #DC660A Mango Tango

📋 copy color: '#DC660A'

red 220 ◦ green 102 ◦ blue 10

#DC660A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #DC660A

Tints of Mango Tango #DC660A

RGB

 RED value IS 220 (86.33% from 255) = 66.27%

 GREEN value IS 102 (40.23% from 255) = 30.72%

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 66.27%
G = 30.72%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC660A (or 0xDC660A) is known color: Mango Tango. HEX triplet: DC, 66 and 0A. RGB value is (220,102,10). Sum of RGB (Red+Green+Blue) = 220+102+10=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC660A is #2399F5. Grayscale: #7F7F7F. Windows color (decimal): -2333174 or 681692. OLE color: 681692.

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

Color convert

RGB 220 102 10 -
CMYK 0 0.54 0.95 0.14
HSL 26.29º 0.91% 0.45% -
HSV(B) 26.29º 0.95% 0.86% -
XYZ 34.32 24.74 3.25 -
YUV 126.79 62.09 194.48 -
System Red Green Blue C M Y K H S L
Decimal 220 102 10 0 0.54 0.95 0.14 26.29 0.91 0.45
Hex DC 66 A 0 36 5F E 1A 5B 2D
Octal 334 146 12 0 66 137 16 32 133 55
Binary 11011100 1100110 1010 0 110110 1011111 1110 11010 1011011 101101

Color Harmonies of #DC660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC660A

Black with #DC660A

Text Example


Text Example

White with #DC660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC660A; }

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

 H1.HeaderClassName
 {
   color: #DC660A;
 }
 .AnyTagClassName
 {
   color: #DC660A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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