Html Css Color HEX #DA7405 Mango Tango

📋 copy color: '#DA7405'

red 218 ◦ green 116 ◦ blue 5

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

Shades of Mango Tango #DA7405

Tints of Mango Tango #DA7405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 64.31%
G = 34.22%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA7405 (or 0xDA7405) is known color: Mango Tango. HEX triplet: DA, 74 and 05. RGB value is (218,116,5). Sum of RGB (Red+Green+Blue) = 218+116+5=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7405 is #258BFA. Grayscale: #868686. Windows color (decimal): -2460667 or 357594. OLE color: 357594.

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

Color convert

RGB 218 116 5 -
CMYK 0 0.47 0.98 0.15
HSL 31.27º 0.96% 0.44% -
HSV(B) 31.27º 0.98% 0.85% -
XYZ 35.19 27.41 3.58 -
YUV 133.84 55.29 188.03 -
System Red Green Blue C M Y K H S L
Decimal 218 116 5 0 0.47 0.98 0.15 31.27 0.96 0.44
Hex DA 74 5 0 2F 62 F 1F 60 2C
Octal 332 164 5 0 57 142 17 37 140 54
Binary 11011010 1110100 101 0 101111 1100010 1111 11111 1100000 101100

Color Harmonies of #DA7405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7405

Black with #DA7405

Text Example


Text Example

White with #DA7405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7405; }

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

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

background-color css

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

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

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

border-color css

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

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

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