Html Css Color HEX #DC6904 Mango Tango

📋 copy color: '#DC6904'

red 220 ◦ green 105 ◦ blue 4

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

Shades of Mango Tango #DC6904

Tints of Mango Tango #DC6904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.91%

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

R = 66.87%
G = 31.91%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC6904 (or 0xDC6904) is known color: Mango Tango. HEX triplet: DC, 69 and 04. RGB value is (220,105,4). Sum of RGB (Red+Green+Blue) = 220+105+4=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6904 is #2396FB. Grayscale: #808080. Windows color (decimal): -2332412 or 289244. OLE color: 289244.

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

Color convert

RGB 220 105 4 -
CMYK 0 0.52 0.98 0.14
HSL 28.06º 0.96% 0.44% -
HSV(B) 28.06º 0.98% 0.86% -
XYZ 34.59 25.33 3.18 -
YUV 127.87 58.1 193.71 -
System Red Green Blue C M Y K H S L
Decimal 220 105 4 0 0.52 0.98 0.14 28.06 0.96 0.44
Hex DC 69 4 0 34 62 E 1C 60 2C
Octal 334 151 4 0 64 142 16 34 140 54
Binary 11011100 1101001 100 0 110100 1100010 1110 11100 1100000 101100

Color Harmonies of #DC6904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6904

Black with #DC6904

Text Example


Text Example

White with #DC6904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6904; }

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

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

background-color css

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

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

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

border-color css

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

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

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