Html Css Color HEX #DA7A0E Mango Tango

📋 copy color: '#DA7A0E'

red 218 ◦ green 122 ◦ blue 14

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

Shades of Mango Tango #DA7A0E

Tints of Mango Tango #DA7A0E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

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

R = 61.58%
G = 34.46%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA7A0E (or 0xDA7A0E) is known color: Mango Tango. HEX triplet: DA, 7A and 0E. RGB value is (218,122,14). Sum of RGB (Red+Green+Blue) = 218+122+14=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7A0E is #2585F1. Grayscale: #8A8A8A. Windows color (decimal): -2459122 or 948954. OLE color: 948954.

HSL color Cylindrical-coordinate representation of color #DA7A0E: hue angle of 31.76º 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 #DA7A0E is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 122 14 -
CMYK 0 0.44 0.94 0.15
HSL 31.76º 0.88% 0.45% -
HSV(B) 31.76º 0.94% 0.85% -
XYZ 35.95 28.86 4.09 -
YUV 138.39 57.8 184.78 -
System Red Green Blue C M Y K H S L
Decimal 218 122 14 0 0.44 0.94 0.15 31.76 0.88 0.45
Hex DA 7A E 0 2C 5E F 20 58 2D
Octal 332 172 16 0 54 136 17 40 130 55
Binary 11011010 1111010 1110 0 101100 1011110 1111 100000 1011000 101101

Color Harmonies of #DA7A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A0E

Black with #DA7A0E

Text Example


Text Example

White with #DA7A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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