Html Css Color HEX #DA800E Mango Tango

📋 copy color: '#DA800E'

red 218 ◦ green 128 ◦ blue 14

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

Shades of Mango Tango #DA800E

Tints of Mango Tango #DA800E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.56%

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

R = 60.56%
G = 35.56%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA800E (or 0xDA800E) is known color: Mango Tango. HEX triplet: DA, 80 and 0E. RGB value is (218,128,14). Sum of RGB (Red+Green+Blue) = 218+128+14=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA800E is #257FF1. Grayscale: #8E8E8E. Windows color (decimal): -2457586 or 950490. OLE color: 950490.

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

Color convert

RGB 218 128 14 -
CMYK 0 0.41 0.94 0.15
HSL 33.53º 0.88% 0.45% -
HSV(B) 33.53º 0.94% 0.85% -
XYZ 36.71 30.38 4.34 -
YUV 141.91 55.82 182.27 -
System Red Green Blue C M Y K H S L
Decimal 218 128 14 0 0.41 0.94 0.15 33.53 0.88 0.45
Hex DA 80 E 0 29 5E F 22 58 2D
Octal 332 200 16 0 51 136 17 42 130 55
Binary 11011010 10000000 1110 0 101001 1011110 1111 100010 1011000 101101

Color Harmonies of #DA800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA800E

Black with #DA800E

Text Example


Text Example

White with #DA800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA800E; }

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

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

background-color css

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

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

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

border-color css

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

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

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