Html Css Color HEX #DA7007 Mango Tango

📋 copy color: '#DA7007'

red 218 ◦ green 112 ◦ blue 7

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

Shades of Mango Tango #DA7007

Tints of Mango Tango #DA7007

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

 BLUE value IS 7 (3.13% from 255) = 2.08%

R = 64.69%
G = 33.23%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA7007 (or 0xDA7007) is known color: Mango Tango. HEX triplet: DA, 70 and 07. RGB value is (218,112,7). Sum of RGB (Red+Green+Blue) = 218+112+7=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7007 is #258FF8. Grayscale: #848484. Windows color (decimal): -2461689 or 487642. OLE color: 487642.

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

Color convert

RGB 218 112 7 -
CMYK 0 0.49 0.97 0.15
HSL 29.86º 0.94% 0.44% -
HSV(B) 29.86º 0.97% 0.85% -
XYZ 34.75 26.51 3.49 -
YUV 131.72 57.62 189.54 -
System Red Green Blue C M Y K H S L
Decimal 218 112 7 0 0.49 0.97 0.15 29.86 0.94 0.44
Hex DA 70 7 0 31 61 F 1E 5E 2C
Octal 332 160 7 0 61 141 17 36 136 54
Binary 11011010 1110000 111 0 110001 1100001 1111 11110 1011110 101100

Color Harmonies of #DA7007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7007

Black with #DA7007

Text Example


Text Example

White with #DA7007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7007; }

 p { color: rgb(218,112,7); }

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

background-color css

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

 a { background-color: rgb(218,112,7); }

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

border-color css

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

 span { border-color: rgb(218,112,7); }

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