Html Css Color HEX #DC7F08 Mango Tango

📋 copy color: '#DC7F08'

red 220 ◦ green 127 ◦ blue 8

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

Shades of Mango Tango #DC7F08

Tints of Mango Tango #DC7F08

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

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

R = 61.97%
G = 35.77%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC7F08 (or 0xDC7F08) is known color: Mango Tango. HEX triplet: DC, 7F and 08. RGB value is (220,127,8). Sum of RGB (Red+Green+Blue) = 220+127+8=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7F08 is #2380F7. Grayscale: #8D8D8D. Windows color (decimal): -2326776 or 557020. OLE color: 557020.

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

Color convert

RGB 220 127 8 -
CMYK 0 0.42 0.96 0.14
HSL 33.68º 0.93% 0.45% -
HSV(B) 33.68º 0.96% 0.86% -
XYZ 37.15 30.41 4.14 -
YUV 141.24 52.81 184.18 -
System Red Green Blue C M Y K H S L
Decimal 220 127 8 0 0.42 0.96 0.14 33.68 0.93 0.45
Hex DC 7F 8 0 2A 60 E 22 5D 2D
Octal 334 177 10 0 52 140 16 42 135 55
Binary 11011100 1111111 1000 0 101010 1100000 1110 100010 1011101 101101

Color Harmonies of #DC7F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F08

Black with #DC7F08

Text Example


Text Example

White with #DC7F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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