Html Css Color HEX #DC760A Mango Tango

📋 copy color: '#DC760A'

red 220 ◦ green 118 ◦ blue 10

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

Shades of Mango Tango #DC760A

Tints of Mango Tango #DC760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

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

R = 63.22%
G = 33.91%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC760A (or 0xDC760A) is known color: Mango Tango. HEX triplet: DC, 76 and 0A. RGB value is (220,118,10). Sum of RGB (Red+Green+Blue) = 220+118+10=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC760A is #2389F5. Grayscale: #888888. Windows color (decimal): -2329078 or 685788. OLE color: 685788.

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

Color convert

RGB 220 118 10 -
CMYK 0 0.46 0.95 0.14
HSL 30.86º 0.91% 0.45% -
HSV(B) 30.86º 0.95% 0.86% -
XYZ 36.05 28.19 3.83 -
YUV 136.19 56.79 187.78 -
System Red Green Blue C M Y K H S L
Decimal 220 118 10 0 0.46 0.95 0.14 30.86 0.91 0.45
Hex DC 76 A 0 2E 5F E 1F 5B 2D
Octal 334 166 12 0 56 137 16 37 133 55
Binary 11011100 1110110 1010 0 101110 1011111 1110 11111 1011011 101101

Color Harmonies of #DC760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC760A

Black with #DC760A

Text Example


Text Example

White with #DC760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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