Html Css Color HEX #DA730E Mango Tango

📋 copy color: '#DA730E'

red 218 ◦ green 115 ◦ blue 14

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

Shades of Mango Tango #DA730E

Tints of Mango Tango #DA730E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.03%

R = 62.82%
G = 33.14%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA730E (or 0xDA730E) is known color: Mango Tango. HEX triplet: DA, 73 and 0E. RGB value is (218,115,14). Sum of RGB (Red+Green+Blue) = 218+115+14=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA730E is #258CF1. Grayscale: #868686. Windows color (decimal): -2460914 or 947162. OLE color: 947162.

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

Color convert

RGB 218 115 14 -
CMYK 0 0.47 0.94 0.15
HSL 29.71º 0.88% 0.45% -
HSV(B) 29.71º 0.94% 0.85% -
XYZ 35.12 27.2 3.81 -
YUV 134.28 60.12 187.71 -
System Red Green Blue C M Y K H S L
Decimal 218 115 14 0 0.47 0.94 0.15 29.71 0.88 0.45
Hex DA 73 E 0 2F 5E F 1E 58 2D
Octal 332 163 16 0 57 136 17 36 130 55
Binary 11011010 1110011 1110 0 101111 1011110 1111 11110 1011000 101101

Color Harmonies of #DA730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA730E

Black with #DA730E

Text Example


Text Example

White with #DA730E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA730E; }

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

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

background-color css

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

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

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

border-color css

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

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

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