Html Css Color HEX #DC7504 Mango Tango

📋 copy color: '#DC7504'

red 220 ◦ green 117 ◦ blue 4

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

Shades of Mango Tango #DC7504

Tints of Mango Tango #DC7504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 64.52%
G = 34.31%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC7504 (or 0xDC7504) is known color: Mango Tango. HEX triplet: DC, 75 and 04. RGB value is (220,117,4). Sum of RGB (Red+Green+Blue) = 220+117+4=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7504 is #238AFB. Grayscale: #878787. Windows color (decimal): -2329340 or 292316. OLE color: 292316.

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

Color convert

RGB 220 117 4 -
CMYK 0 0.47 0.98 0.14
HSL 31.39º 0.96% 0.44% -
HSV(B) 31.39º 0.98% 0.86% -
XYZ 35.9 27.95 3.62 -
YUV 134.92 54.12 188.69 -
System Red Green Blue C M Y K H S L
Decimal 220 117 4 0 0.47 0.98 0.14 31.39 0.96 0.44
Hex DC 75 4 0 2F 62 E 1F 60 2C
Octal 334 165 4 0 57 142 16 37 140 54
Binary 11011100 1110101 100 0 101111 1100010 1110 11111 1100000 101100

Color Harmonies of #DC7504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7504

Black with #DC7504

Text Example


Text Example

White with #DC7504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7504; }

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

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

background-color css

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

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

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

border-color css

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

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

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