Html Css Color HEX #DA730C Mango Tango

📋 copy color: '#DA730C'

red 218 ◦ green 115 ◦ blue 12

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

Shades of Mango Tango #DA730C

Tints of Mango Tango #DA730C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 63.19%
G = 33.33%
B = 3.48%

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

#DA730C (or 0xDA730C) is known color: Mango Tango. HEX triplet: DA, 73 and 0C. RGB value is (218,115,12). Sum of RGB (Red+Green+Blue) = 218+115+12=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA730C is #258CF3. Grayscale: #868686. Windows color (decimal): -2460916 or 816090. OLE color: 816090.

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

Color convert

RGB 218 115 12 -
CMYK 0 0.47 0.94 0.15
HSL 30º 0.9% 0.45% -
HSV(B) 30º 0.94% 0.85% -
XYZ 35.11 27.19 3.75 -
YUV 134.06 59.12 187.88 -
System Red Green Blue C M Y K H S L
Decimal 218 115 12 0 0.47 0.94 0.15 30 0.9 0.45
Hex DA 73 C 0 2F 5E F 1E 5A 2D
Octal 332 163 14 0 57 136 17 36 132 55
Binary 11011010 1110011 1100 0 101111 1011110 1111 11110 1011010 101101

Color Harmonies of #DA730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA730C

Black with #DA730C

Text Example


Text Example

White with #DA730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA730C; }

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

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

background-color css

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

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

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

border-color css

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

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

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