Html Css Color HEX #DA800C Mango Tango

📋 copy color: '#DA800C'

red 218 ◦ green 128 ◦ blue 12

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

Shades of Mango Tango #DA800C

Tints of Mango Tango #DA800C

RGB

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

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

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

R = 60.89%
G = 35.75%
B = 3.35%

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

#DA800C (or 0xDA800C) is known color: Mango Tango. HEX triplet: DA, 80 and 0C. RGB value is (218,128,12). Sum of RGB (Red+Green+Blue) = 218+128+12=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA800C is #257FF3. Grayscale: #8E8E8E. Windows color (decimal): -2457588 or 819418. OLE color: 819418.

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

Color convert

RGB 218 128 12 -
CMYK 0 0.41 0.94 0.15
HSL 33.79º 0.9% 0.45% -
HSV(B) 33.79º 0.94% 0.85% -
XYZ 36.7 30.37 4.28 -
YUV 141.69 54.82 182.43 -
System Red Green Blue C M Y K H S L
Decimal 218 128 12 0 0.41 0.94 0.15 33.79 0.9 0.45
Hex DA 80 C 0 29 5E F 22 5A 2D
Octal 332 200 14 0 51 136 17 42 132 55
Binary 11011010 10000000 1100 0 101001 1011110 1111 100010 1011010 101101

Color Harmonies of #DA800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA800C

Black with #DA800C

Text Example


Text Example

White with #DA800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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