Html Css Color HEX #DA6A05 Mango Tango

📋 copy color: '#DA6A05'

red 218 ◦ green 106 ◦ blue 5

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

Shades of Mango Tango #DA6A05

Tints of Mango Tango #DA6A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 66.26%
G = 32.22%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA6A05 (or 0xDA6A05) is known color: Mango Tango. HEX triplet: DA, 6A and 05. RGB value is (218,106,5). Sum of RGB (Red+Green+Blue) = 218+106+5=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6A05 is #2595FA. Grayscale: #808080. Windows color (decimal): -2463227 or 355034. OLE color: 355034.

HSL color Cylindrical-coordinate representation of color #DA6A05: hue angle of 28.45º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA6A05 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 106 5 -
CMYK 0 0.51 0.98 0.15
HSL 28.45º 0.96% 0.44% -
HSV(B) 28.45º 0.98% 0.85% -
XYZ 34.09 25.22 3.22 -
YUV 127.97 58.61 192.21 -
System Red Green Blue C M Y K H S L
Decimal 218 106 5 0 0.51 0.98 0.15 28.45 0.96 0.44
Hex DA 6A 5 0 33 62 F 1C 60 2C
Octal 332 152 5 0 63 142 17 34 140 54
Binary 11011010 1101010 101 0 110011 1100010 1111 11100 1100000 101100

Color Harmonies of #DA6A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A05

Black with #DA6A05

Text Example


Text Example

White with #DA6A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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