Html Css Color HEX #DA6804 Mango Tango

📋 copy color: '#DA6804'

red 218 ◦ green 104 ◦ blue 4

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

Shades of Mango Tango #DA6804

Tints of Mango Tango #DA6804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 66.87%
G = 31.9%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA6804 (or 0xDA6804) is known color: Mango Tango. HEX triplet: DA, 68 and 04. RGB value is (218,104,4). Sum of RGB (Red+Green+Blue) = 218+104+4=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6804 is #2597FB. Grayscale: #7F7F7F. Windows color (decimal): -2463740 or 288986. OLE color: 288986.

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

Color convert

RGB 218 104 4 -
CMYK 0 0.52 0.98 0.15
HSL 28.04º 0.96% 0.44% -
HSV(B) 28.04º 0.98% 0.85% -
XYZ 33.89 24.81 3.12 -
YUV 126.69 58.77 193.13 -
System Red Green Blue C M Y K H S L
Decimal 218 104 4 0 0.52 0.98 0.15 28.04 0.96 0.44
Hex DA 68 4 0 34 62 F 1C 60 2C
Octal 332 150 4 0 64 142 17 34 140 54
Binary 11011010 1101000 100 0 110100 1100010 1111 11100 1100000 101100

Color Harmonies of #DA6804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6804

Black with #DA6804

Text Example


Text Example

White with #DA6804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6804; }

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

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

background-color css

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

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

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

border-color css

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

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

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