Html Css Color HEX #DC6F04 Mango Tango

📋 copy color: '#DC6F04'

red 220 ◦ green 111 ◦ blue 4

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

Shades of Mango Tango #DC6F04

Tints of Mango Tango #DC6F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

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

R = 65.67%
G = 33.13%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC6F04 (or 0xDC6F04) is known color: Mango Tango. HEX triplet: DC, 6F and 04. RGB value is (220,111,4). Sum of RGB (Red+Green+Blue) = 220+111+4=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6F04 is #2390FB. Grayscale: #838383. Windows color (decimal): -2330876 or 290780. OLE color: 290780.

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

Color convert

RGB 220 111 4 -
CMYK 0 0.50 0.98 0.14
HSL 29.72º 0.96% 0.44% -
HSV(B) 29.72º 0.98% 0.86% -
XYZ 35.22 26.59 3.39 -
YUV 131.39 56.11 191.2 -
System Red Green Blue C M Y K H S L
Decimal 220 111 4 0 0.50 0.98 0.14 29.72 0.96 0.44
Hex DC 6F 4 0 32 62 E 1E 60 2C
Octal 334 157 4 0 62 142 16 36 140 54
Binary 11011100 1101111 100 0 110010 1100010 1110 11110 1100000 101100

Color Harmonies of #DC6F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F04

Black with #DC6F04

Text Example


Text Example

White with #DC6F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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