Html Css Color HEX #DC6408 Mango Tango

📋 copy color: '#DC6408'

red 220 ◦ green 100 ◦ blue 8

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

Shades of Mango Tango #DC6408

Tints of Mango Tango #DC6408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 8 (3.52% from 255) = 2.44%

R = 67.07%
G = 30.49%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC6408 (or 0xDC6408) is known color: Mango Tango. HEX triplet: DC, 64 and 08. RGB value is (220,100,8). Sum of RGB (Red+Green+Blue) = 220+100+8=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6408 is #239BF7. Grayscale: #7D7D7D. Windows color (decimal): -2333688 or 550108. OLE color: 550108.

HSL color Cylindrical-coordinate representation of color #DC6408: hue angle of 26.04º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC6408 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 100 8 -
CMYK 0 0.55 0.96 0.14
HSL 26.04º 0.93% 0.45% -
HSV(B) 26.04º 0.96% 0.86% -
XYZ 34.12 24.35 3.13 -
YUV 125.39 61.76 195.48 -
System Red Green Blue C M Y K H S L
Decimal 220 100 8 0 0.55 0.96 0.14 26.04 0.93 0.45
Hex DC 64 8 0 37 60 E 1A 5D 2D
Octal 334 144 10 0 67 140 16 32 135 55
Binary 11011100 1100100 1000 0 110111 1100000 1110 11010 1011101 101101

Color Harmonies of #DC6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6408

Black with #DC6408

Text Example


Text Example

White with #DC6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6408; }

 p { color: rgb(220,100,8); }

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

background-color css

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

 a { background-color: rgb(220,100,8); }

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

border-color css

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

 span { border-color: rgb(220,100,8); }

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