Html Css Color HEX #DC750A Mango Tango

📋 copy color: '#DC750A'

red 220 ◦ green 117 ◦ blue 10

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

Shades of Mango Tango #DC750A

Tints of Mango Tango #DC750A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

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

R = 63.4%
G = 33.72%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC750A (or 0xDC750A) is known color: Mango Tango. HEX triplet: DC, 75 and 0A. RGB value is (220,117,10). Sum of RGB (Red+Green+Blue) = 220+117+10=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC750A is #238AF5. Grayscale: #888888. Windows color (decimal): -2329334 or 685532. OLE color: 685532.

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

Color convert

RGB 220 117 10 -
CMYK 0 0.47 0.95 0.14
HSL 30.57º 0.91% 0.45% -
HSV(B) 30.57º 0.95% 0.86% -
XYZ 35.93 27.96 3.79 -
YUV 135.6 57.12 188.2 -
System Red Green Blue C M Y K H S L
Decimal 220 117 10 0 0.47 0.95 0.14 30.57 0.91 0.45
Hex DC 75 A 0 2F 5F E 1F 5B 2D
Octal 334 165 12 0 57 137 16 37 133 55
Binary 11011100 1110101 1010 0 101111 1011111 1110 11111 1011011 101101

Color Harmonies of #DC750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC750A

Black with #DC750A

Text Example


Text Example

White with #DC750A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC750A; }

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

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

background-color css

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

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

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

border-color css

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

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

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