Html Css Color HEX #DA800D Mango Tango

📋 copy color: '#DA800D'

red 218 ◦ green 128 ◦ blue 13

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

Shades of Mango Tango #DA800D

Tints of Mango Tango #DA800D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.62%

R = 60.72%
G = 35.65%
B = 3.62%

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

#DA800D (or 0xDA800D) is known color: Mango Tango. HEX triplet: DA, 80 and 0D. RGB value is (218,128,13). Sum of RGB (Red+Green+Blue) = 218+128+13=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA800D is #257FF2. Grayscale: #8E8E8E. Windows color (decimal): -2457587 or 884954. OLE color: 884954.

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

Color convert

RGB 218 128 13 -
CMYK 0 0.41 0.94 0.15
HSL 33.66º 0.89% 0.45% -
HSV(B) 33.66º 0.94% 0.85% -
XYZ 36.71 30.37 4.31 -
YUV 141.8 55.32 182.35 -
System Red Green Blue C M Y K H S L
Decimal 218 128 13 0 0.41 0.94 0.15 33.66 0.89 0.45
Hex DA 80 D 0 29 5E F 22 59 2D
Octal 332 200 15 0 51 136 17 42 131 55
Binary 11011010 10000000 1101 0 101001 1011110 1111 100010 1011001 101101

Color Harmonies of #DA800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA800D

Black with #DA800D

Text Example


Text Example

White with #DA800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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