Html Css Color HEX #DA6706 Mango Tango

📋 copy color: '#DA6706'

red 218 ◦ green 103 ◦ blue 6

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

Shades of Mango Tango #DA6706

Tints of Mango Tango #DA6706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

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

R = 66.67%
G = 31.5%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA6706 (or 0xDA6706) is known color: Mango Tango. HEX triplet: DA, 67 and 06. RGB value is (218,103,6). Sum of RGB (Red+Green+Blue) = 218+103+6=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6706 is #2598F9. Grayscale: #7E7E7E. Windows color (decimal): -2463994 or 419802. OLE color: 419802.

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

Color convert

RGB 218 103 6 -
CMYK 0 0.53 0.97 0.15
HSL 27.45º 0.95% 0.44% -
HSV(B) 27.45º 0.97% 0.85% -
XYZ 33.8 24.62 3.14 -
YUV 126.33 60.1 193.39 -
System Red Green Blue C M Y K H S L
Decimal 218 103 6 0 0.53 0.97 0.15 27.45 0.95 0.44
Hex DA 67 6 0 35 61 F 1B 5F 2C
Octal 332 147 6 0 65 141 17 33 137 54
Binary 11011010 1100111 110 0 110101 1100001 1111 11011 1011111 101100

Color Harmonies of #DA6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6706

Black with #DA6706

Text Example


Text Example

White with #DA6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6706; }

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

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

background-color css

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

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

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

border-color css

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

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

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