Html Css Color HEX #DC640A Mango Tango

📋 copy color: '#DC640A'

red 220 ◦ green 100 ◦ blue 10

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

Shades of Mango Tango #DC640A

Tints of Mango Tango #DC640A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 66.67%
G = 30.3%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC640A (or 0xDC640A) is known color: Mango Tango. HEX triplet: DC, 64 and 0A. RGB value is (220,100,10). Sum of RGB (Red+Green+Blue) = 220+100+10=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC640A is #239BF5. Grayscale: #7E7E7E. Windows color (decimal): -2333686 or 681180. OLE color: 681180.

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

Color convert

RGB 220 100 10 -
CMYK 0 0.55 0.95 0.14
HSL 25.71º 0.91% 0.45% -
HSV(B) 25.71º 0.95% 0.86% -
XYZ 34.13 24.35 3.19 -
YUV 125.62 62.76 195.32 -
System Red Green Blue C M Y K H S L
Decimal 220 100 10 0 0.55 0.95 0.14 25.71 0.91 0.45
Hex DC 64 A 0 37 5F E 1A 5B 2D
Octal 334 144 12 0 67 137 16 32 133 55
Binary 11011100 1100100 1010 0 110111 1011111 1110 11010 1011011 101101

Color Harmonies of #DC640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC640A

Black with #DC640A

Text Example


Text Example

White with #DC640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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