Html Css Color HEX #DA8304 Mango Tango

📋 copy color: '#DA8304'

red 218 ◦ green 131 ◦ blue 4

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

Shades of Mango Tango #DA8304

Tints of Mango Tango #DA8304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 61.76%
G = 37.11%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA8304 (or 0xDA8304) is known color: Mango Tango. HEX triplet: DA, 83 and 04. RGB value is (218,131,4). Sum of RGB (Red+Green+Blue) = 218+131+4=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8304 is #257CFB. Grayscale: #8F8F8F. Windows color (decimal): -2456828 or 295898. OLE color: 295898.

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

Color convert

RGB 218 131 4 -
CMYK 0 0.40 0.98 0.15
HSL 35.61º 0.96% 0.44% -
HSV(B) 35.61º 0.98% 0.85% -
XYZ 37.05 31.15 4.17 -
YUV 142.54 49.82 181.83 -
System Red Green Blue C M Y K H S L
Decimal 218 131 4 0 0.40 0.98 0.15 35.61 0.96 0.44
Hex DA 83 4 0 28 62 F 24 60 2C
Octal 332 203 4 0 50 142 17 44 140 54
Binary 11011010 10000011 100 0 101000 1100010 1111 100100 1100000 101100

Color Harmonies of #DA8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8304

Black with #DA8304

Text Example


Text Example

White with #DA8304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8304; }

 p { color: rgb(218,131,4); }

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

background-color css

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

 a { background-color: rgb(218,131,4); }

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

border-color css

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

 span { border-color: rgb(218,131,4); }

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