Html Css Color HEX #DA7005 Mango Tango

📋 copy color: '#DA7005'

red 218 ◦ green 112 ◦ blue 5

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

Shades of Mango Tango #DA7005

Tints of Mango Tango #DA7005

RGB

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

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

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

R = 65.07%
G = 33.43%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA7005 (or 0xDA7005) is known color: Mango Tango. HEX triplet: DA, 70 and 05. RGB value is (218,112,5). Sum of RGB (Red+Green+Blue) = 218+112+5=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7005 is #258FFA. Grayscale: #848484. Windows color (decimal): -2461691 or 356570. OLE color: 356570.

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

Color convert

RGB 218 112 5 -
CMYK 0 0.49 0.98 0.15
HSL 30.14º 0.96% 0.44% -
HSV(B) 30.14º 0.98% 0.85% -
XYZ 34.74 26.5 3.43 -
YUV 131.5 56.62 189.7 -
System Red Green Blue C M Y K H S L
Decimal 218 112 5 0 0.49 0.98 0.15 30.14 0.96 0.44
Hex DA 70 5 0 31 62 F 1E 60 2C
Octal 332 160 5 0 61 142 17 36 140 54
Binary 11011010 1110000 101 0 110001 1100010 1111 11110 1100000 101100

Color Harmonies of #DA7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7005

Black with #DA7005

Text Example


Text Example

White with #DA7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7005; }

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

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

background-color css

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

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

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

border-color css

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

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

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