Html Css Color HEX #DC770F Mango Tango

📋 copy color: '#DC770F'

red 220 ◦ green 119 ◦ blue 15

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

Shades of Mango Tango #DC770F

Tints of Mango Tango #DC770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 15 (6.25% from 255) = 4.24%

R = 62.15%
G = 33.62%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC770F (or 0xDC770F) is known color: Mango Tango. HEX triplet: DC, 77 and 0F. RGB value is (220,119,15). Sum of RGB (Red+Green+Blue) = 220+119+15=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC770F is #2388F0. Grayscale: #898989. Windows color (decimal): -2328817 or 1013724. OLE color: 1013724.

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

Color convert

RGB 220 119 15 -
CMYK 0 0.46 0.93 0.14
HSL 30.44º 0.87% 0.46% -
HSV(B) 30.44º 0.93% 0.86% -
XYZ 36.2 28.44 4.03 -
YUV 137.34 58.96 186.96 -
System Red Green Blue C M Y K H S L
Decimal 220 119 15 0 0.46 0.93 0.14 30.44 0.87 0.46
Hex DC 77 F 0 2E 5D E 1E 57 2E
Octal 334 167 17 0 56 135 16 36 127 56
Binary 11011100 1110111 1111 0 101110 1011101 1110 11110 1010111 101110

Color Harmonies of #DC770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC770F

Black with #DC770F

Text Example


Text Example

White with #DC770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC770F; }

 p { color: rgb(220,119,15); }

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

background-color css

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

 a { background-color: rgb(220,119,15); }

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

border-color css

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

 span { border-color: rgb(220,119,15); }

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