Html Css Color HEX #DA780E Mango Tango

📋 copy color: '#DA780E'

red 218 ◦ green 120 ◦ blue 14

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

Shades of Mango Tango #DA780E

Tints of Mango Tango #DA780E

RGB

 RED value IS 218 (85.55% from 255) = 61.93%

 GREEN value IS 120 (47.27% from 255) = 34.09%

 BLUE value IS 14 (5.86% from 255) = 3.98%

R = 61.93%
G = 34.09%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA780E (or 0xDA780E) is known color: Mango Tango. HEX triplet: DA, 78 and 0E. RGB value is (218,120,14). Sum of RGB (Red+Green+Blue) = 218+120+14=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA780E is #2587F1. Grayscale: #898989. Windows color (decimal): -2459634 or 948442. OLE color: 948442.

HSL color Cylindrical-coordinate representation of color #DA780E: hue angle of 31.18º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA780E is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 120 14 -
CMYK 0 0.45 0.94 0.15
HSL 31.18º 0.88% 0.45% -
HSV(B) 31.18º 0.94% 0.85% -
XYZ 35.71 28.37 4.01 -
YUV 137.22 58.47 185.62 -
System Red Green Blue C M Y K H S L
Decimal 218 120 14 0 0.45 0.94 0.15 31.18 0.88 0.45
Hex DA 78 E 0 2D 5E F 1F 58 2D
Octal 332 170 16 0 55 136 17 37 130 55
Binary 11011010 1111000 1110 0 101101 1011110 1111 11111 1011000 101101

Color Harmonies of #DA780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA780E

Black with #DA780E

Text Example


Text Example

White with #DA780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA780E; }

 p { color: rgb(218,120,14); }

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

background-color css

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

 a { background-color: rgb(218,120,14); }

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

border-color css

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

 span { border-color: rgb(218,120,14); }

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