Html Css Color HEX #DC6808 Mango Tango

📋 copy color: '#DC6808'

red 220 ◦ green 104 ◦ blue 8

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

Shades of Mango Tango #DC6808

Tints of Mango Tango #DC6808

RGB

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

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

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

R = 66.27%
G = 31.33%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC6808 (or 0xDC6808) is known color: Mango Tango. HEX triplet: DC, 68 and 08. RGB value is (220,104,8). Sum of RGB (Red+Green+Blue) = 220+104+8=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6808 is #2397F7. Grayscale: #808080. Windows color (decimal): -2332664 or 551132. OLE color: 551132.

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

Color convert

RGB 220 104 8 -
CMYK 0 0.53 0.96 0.14
HSL 27.17º 0.93% 0.45% -
HSV(B) 27.17º 0.96% 0.86% -
XYZ 34.51 25.13 3.26 -
YUV 127.74 60.43 193.81 -
System Red Green Blue C M Y K H S L
Decimal 220 104 8 0 0.53 0.96 0.14 27.17 0.93 0.45
Hex DC 68 8 0 35 60 E 1B 5D 2D
Octal 334 150 10 0 65 140 16 33 135 55
Binary 11011100 1101000 1000 0 110101 1100000 1110 11011 1011101 101101

Color Harmonies of #DC6808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6808

Black with #DC6808

Text Example


Text Example

White with #DC6808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6808; }

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

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

background-color css

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

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

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

border-color css

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

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

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