Html Css Color HEX #DA790F Mango Tango

📋 copy color: '#DA790F'

red 218 ◦ green 121 ◦ blue 15

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

Shades of Mango Tango #DA790F

Tints of Mango Tango #DA790F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

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

R = 61.58%
G = 34.18%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA790F (or 0xDA790F) is known color: Mango Tango. HEX triplet: DA, 79 and 0F. RGB value is (218,121,15). Sum of RGB (Red+Green+Blue) = 218+121+15=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA790F is #2586F0. Grayscale: #8A8A8A. Windows color (decimal): -2459377 or 1014234. OLE color: 1014234.

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

Color convert

RGB 218 121 15 -
CMYK 0 0.44 0.93 0.15
HSL 31.33º 0.87% 0.46% -
HSV(B) 31.33º 0.93% 0.85% -
XYZ 35.84 28.61 4.09 -
YUV 137.92 58.64 185.12 -
System Red Green Blue C M Y K H S L
Decimal 218 121 15 0 0.44 0.93 0.15 31.33 0.87 0.46
Hex DA 79 F 0 2C 5D F 1F 57 2E
Octal 332 171 17 0 54 135 17 37 127 56
Binary 11011010 1111001 1111 0 101100 1011101 1111 11111 1010111 101110

Color Harmonies of #DA790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA790F

Black with #DA790F

Text Example


Text Example

White with #DA790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA790F; }

 p { color: rgb(218,121,15); }

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

background-color css

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

 a { background-color: rgb(218,121,15); }

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

border-color css

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

 span { border-color: rgb(218,121,15); }

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