Html Css Color HEX #DA6A06 Mango Tango

📋 copy color: '#DA6A06'

red 218 ◦ green 106 ◦ blue 6

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

Shades of Mango Tango #DA6A06

Tints of Mango Tango #DA6A06

RGB

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

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

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

R = 66.06%
G = 32.12%
B = 1.82%

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

#DA6A06 (or 0xDA6A06) is known color: Mango Tango. HEX triplet: DA, 6A and 06. RGB value is (218,106,6). Sum of RGB (Red+Green+Blue) = 218+106+6=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6A06 is #2595F9. Grayscale: #808080. Windows color (decimal): -2463226 or 420570. OLE color: 420570.

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

Color convert

RGB 218 106 6 -
CMYK 0 0.51 0.97 0.15
HSL 28.3º 0.95% 0.44% -
HSV(B) 28.3º 0.97% 0.85% -
XYZ 34.1 25.23 3.24 -
YUV 128.09 59.11 192.13 -
System Red Green Blue C M Y K H S L
Decimal 218 106 6 0 0.51 0.97 0.15 28.3 0.95 0.44
Hex DA 6A 6 0 33 61 F 1C 5F 2C
Octal 332 152 6 0 63 141 17 34 137 54
Binary 11011010 1101010 110 0 110011 1100001 1111 11100 1011111 101100

Color Harmonies of #DA6A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A06

Black with #DA6A06

Text Example


Text Example

White with #DA6A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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