Html Css Color HEX #DA7006 Mango Tango

📋 copy color: '#DA7006'

red 218 ◦ green 112 ◦ blue 6

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

Shades of Mango Tango #DA7006

Tints of Mango Tango #DA7006

RGB

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

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

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

R = 64.88%
G = 33.33%
B = 1.79%

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

#DA7006 (or 0xDA7006) is known color: Mango Tango. HEX triplet: DA, 70 and 06. RGB value is (218,112,6). Sum of RGB (Red+Green+Blue) = 218+112+6=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7006 is #258FF9. Grayscale: #848484. Windows color (decimal): -2461690 or 422106. OLE color: 422106.

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

Color convert

RGB 218 112 6 -
CMYK 0 0.49 0.97 0.15
HSL 30º 0.95% 0.44% -
HSV(B) 30º 0.97% 0.85% -
XYZ 34.74 26.51 3.46 -
YUV 131.61 57.12 189.62 -
System Red Green Blue C M Y K H S L
Decimal 218 112 6 0 0.49 0.97 0.15 30 0.95 0.44
Hex DA 70 6 0 31 61 F 1E 5F 2C
Octal 332 160 6 0 61 141 17 36 137 54
Binary 11011010 1110000 110 0 110001 1100001 1111 11110 1011111 101100

Color Harmonies of #DA7006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7006

Black with #DA7006

Text Example


Text Example

White with #DA7006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7006; }

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

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

background-color css

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

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

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

border-color css

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

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

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