Html Css Color HEX #DC7505 Mango Tango

📋 copy color: '#DC7505'

red 220 ◦ green 117 ◦ blue 5

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

Shades of Mango Tango #DC7505

Tints of Mango Tango #DC7505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 64.33%
G = 34.21%
B = 1.46%

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

#DC7505 (or 0xDC7505) is known color: Mango Tango. HEX triplet: DC, 75 and 05. RGB value is (220,117,5). Sum of RGB (Red+Green+Blue) = 220+117+5=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7505 is #238AFA. Grayscale: #878787. Windows color (decimal): -2329339 or 357852. OLE color: 357852.

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

Color convert

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

Color Harmonies of #DC7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7505

Black with #DC7505

Text Example


Text Example

White with #DC7505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7505; }

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

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

background-color css

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

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

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

border-color css

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

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

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