Html Css Color HEX #DA760F Mango Tango

📋 copy color: '#DA760F'

red 218 ◦ green 118 ◦ blue 15

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

Shades of Mango Tango #DA760F

Tints of Mango Tango #DA760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

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

R = 62.11%
G = 33.62%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA760F (or 0xDA760F) is known color: Mango Tango. HEX triplet: DA, 76 and 0F. RGB value is (218,118,15). Sum of RGB (Red+Green+Blue) = 218+118+15=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA760F is #2589F0. Grayscale: #888888. Windows color (decimal): -2460145 or 1013466. OLE color: 1013466.

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

Color convert

RGB 218 118 15 -
CMYK 0 0.46 0.93 0.15
HSL 30.44º 0.87% 0.46% -
HSV(B) 30.44º 0.93% 0.85% -
XYZ 35.48 27.9 3.97 -
YUV 136.16 59.63 186.38 -
System Red Green Blue C M Y K H S L
Decimal 218 118 15 0 0.46 0.93 0.15 30.44 0.87 0.46
Hex DA 76 F 0 2E 5D F 1E 57 2E
Octal 332 166 17 0 56 135 17 36 127 56
Binary 11011010 1110110 1111 0 101110 1011101 1111 11110 1010111 101110

Color Harmonies of #DA760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA760F

Black with #DA760F

Text Example


Text Example

White with #DA760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA760F; }

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

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

background-color css

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

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

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

border-color css

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

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

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