Html Css Color HEX #DC7B04 Mango Tango

📋 copy color: '#DC7B04'

red 220 ◦ green 123 ◦ blue 4

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

Shades of Mango Tango #DC7B04

Tints of Mango Tango #DC7B04

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.45%

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

R = 63.4%
G = 35.45%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC7B04 (or 0xDC7B04) is known color: Mango Tango. HEX triplet: DC, 7B and 04. RGB value is (220,123,4). Sum of RGB (Red+Green+Blue) = 220+123+4=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B04 is #2384FB. Grayscale: #8B8B8B. Windows color (decimal): -2327804 or 293852. OLE color: 293852.

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

Color convert

RGB 220 123 4 -
CMYK 0 0.44 0.98 0.14
HSL 33.06º 0.96% 0.44% -
HSV(B) 33.06º 0.98% 0.86% -
XYZ 36.62 29.39 3.86 -
YUV 138.44 52.14 186.18 -
System Red Green Blue C M Y K H S L
Decimal 220 123 4 0 0.44 0.98 0.14 33.06 0.96 0.44
Hex DC 7B 4 0 2C 62 E 21 60 2C
Octal 334 173 4 0 54 142 16 41 140 54
Binary 11011100 1111011 100 0 101100 1100010 1110 100001 1100000 101100

Color Harmonies of #DC7B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B04

Black with #DC7B04

Text Example


Text Example

White with #DC7B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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