Html Css Color HEX #DA6A07 Mango Tango

📋 copy color: '#DA6A07'

red 218 ◦ green 106 ◦ blue 7

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

Shades of Mango Tango #DA6A07

Tints of Mango Tango #DA6A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 65.86%
G = 32.02%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA6A07 (or 0xDA6A07) is known color: Mango Tango. HEX triplet: DA, 6A and 07. RGB value is (218,106,7). Sum of RGB (Red+Green+Blue) = 218+106+7=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6A07 is #2595F8. Grayscale: #808080. Windows color (decimal): -2463225 or 486106. OLE color: 486106.

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

Color convert

RGB 218 106 7 -
CMYK 0 0.51 0.97 0.15
HSL 28.15º 0.94% 0.44% -
HSV(B) 28.15º 0.97% 0.85% -
XYZ 34.11 25.23 3.27 -
YUV 128.2 59.61 192.05 -
System Red Green Blue C M Y K H S L
Decimal 218 106 7 0 0.51 0.97 0.15 28.15 0.94 0.44
Hex DA 6A 7 0 33 61 F 1C 5E 2C
Octal 332 152 7 0 63 141 17 34 136 54
Binary 11011010 1101010 111 0 110011 1100001 1111 11100 1011110 101100

Color Harmonies of #DA6A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A07

Black with #DA6A07

Text Example


Text Example

White with #DA6A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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