Html Css Color HEX #DA7F06 Mango Tango

📋 copy color: '#DA7F06'

red 218 ◦ green 127 ◦ blue 6

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

Shades of Mango Tango #DA7F06

Tints of Mango Tango #DA7F06

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 62.11%
G = 36.18%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA7F06 (or 0xDA7F06) is known color: Mango Tango. HEX triplet: DA, 7F and 06. RGB value is (218,127,6). Sum of RGB (Red+Green+Blue) = 218+127+6=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7F06 is #2580F9. Grayscale: #8C8C8C. Windows color (decimal): -2457850 or 425946. OLE color: 425946.

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

Color convert

RGB 218 127 6 -
CMYK 0 0.42 0.97 0.15
HSL 34.25º 0.95% 0.44% -
HSV(B) 34.25º 0.97% 0.85% -
XYZ 36.54 30.1 4.06 -
YUV 140.42 52.15 183.34 -
System Red Green Blue C M Y K H S L
Decimal 218 127 6 0 0.42 0.97 0.15 34.25 0.95 0.44
Hex DA 7F 6 0 2A 61 F 22 5F 2C
Octal 332 177 6 0 52 141 17 42 137 54
Binary 11011010 1111111 110 0 101010 1100001 1111 100010 1011111 101100

Color Harmonies of #DA7F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F06

Black with #DA7F06

Text Example


Text Example

White with #DA7F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F06; }

 p { color: rgb(218,127,6); }

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

background-color css

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

 a { background-color: rgb(218,127,6); }

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

border-color css

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

 span { border-color: rgb(218,127,6); }

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