Html Css Color HEX #DA730F Mango Tango

📋 copy color: '#DA730F'

red 218 ◦ green 115 ◦ blue 15

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

Shades of Mango Tango #DA730F

Tints of Mango Tango #DA730F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

 BLUE value IS 15 (6.25% from 255) = 4.31%

R = 62.64%
G = 33.05%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA730F (or 0xDA730F) is known color: Mango Tango. HEX triplet: DA, 73 and 0F. RGB value is (218,115,15). Sum of RGB (Red+Green+Blue) = 218+115+15=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA730F is #258CF0. Grayscale: #868686. Windows color (decimal): -2460913 or 1012698. OLE color: 1012698.

HSL color Cylindrical-coordinate representation of color #DA730F: hue angle of 29.56º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA730F is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 115 15 -
CMYK 0 0.47 0.93 0.15
HSL 29.56º 0.87% 0.46% -
HSV(B) 29.56º 0.93% 0.85% -
XYZ 35.13 27.2 3.85 -
YUV 134.4 60.62 187.63 -
System Red Green Blue C M Y K H S L
Decimal 218 115 15 0 0.47 0.93 0.15 29.56 0.87 0.46
Hex DA 73 F 0 2F 5D F 1E 57 2E
Octal 332 163 17 0 57 135 17 36 127 56
Binary 11011010 1110011 1111 0 101111 1011101 1111 11110 1010111 101110

Color Harmonies of #DA730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA730F

Black with #DA730F

Text Example


Text Example

White with #DA730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA730F; }

 p { color: rgb(218,115,15); }

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

background-color css

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

 a { background-color: rgb(218,115,15); }

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

border-color css

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

 span { border-color: rgb(218,115,15); }

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