Html Css Color HEX #DC6804 Mango Tango

📋 copy color: '#DC6804'

red 220 ◦ green 104 ◦ blue 4

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

Shades of Mango Tango #DC6804

Tints of Mango Tango #DC6804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

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

R = 67.07%
G = 31.71%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC6804 (or 0xDC6804) is known color: Mango Tango. HEX triplet: DC, 68 and 04. RGB value is (220,104,4). Sum of RGB (Red+Green+Blue) = 220+104+4=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6804 is #2397FB. Grayscale: #7F7F7F. Windows color (decimal): -2332668 or 288988. OLE color: 288988.

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

Color convert

RGB 220 104 4 -
CMYK 0 0.53 0.98 0.14
HSL 27.78º 0.96% 0.44% -
HSV(B) 27.78º 0.98% 0.86% -
XYZ 34.49 25.13 3.15 -
YUV 127.28 58.43 194.13 -
System Red Green Blue C M Y K H S L
Decimal 220 104 4 0 0.53 0.98 0.14 27.78 0.96 0.44
Hex DC 68 4 0 35 62 E 1C 60 2C
Octal 334 150 4 0 65 142 16 34 140 54
Binary 11011100 1101000 100 0 110101 1100010 1110 11100 1100000 101100

Color Harmonies of #DC6804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6804

Black with #DC6804

Text Example


Text Example

White with #DC6804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6804; }

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

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

background-color css

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

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

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

border-color css

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

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

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