Html Css Color HEX #DA770D Mango Tango

📋 copy color: '#DA770D'

red 218 ◦ green 119 ◦ blue 13

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

Shades of Mango Tango #DA770D

Tints of Mango Tango #DA770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 62.29%
G = 34%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA770D (or 0xDA770D) is known color: Mango Tango. HEX triplet: DA, 77 and 0D. RGB value is (218,119,13). Sum of RGB (Red+Green+Blue) = 218+119+13=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA770D is #2588F2. Grayscale: #898989. Windows color (decimal): -2459891 or 882650. OLE color: 882650.

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

Color convert

RGB 218 119 13 -
CMYK 0 0.45 0.94 0.15
HSL 31.02º 0.89% 0.45% -
HSV(B) 31.02º 0.94% 0.85% -
XYZ 35.58 28.13 3.93 -
YUV 136.52 58.3 186.12 -
System Red Green Blue C M Y K H S L
Decimal 218 119 13 0 0.45 0.94 0.15 31.02 0.89 0.45
Hex DA 77 D 0 2D 5E F 1F 59 2D
Octal 332 167 15 0 55 136 17 37 131 55
Binary 11011010 1110111 1101 0 101101 1011110 1111 11111 1011001 101101

Color Harmonies of #DA770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA770D

Black with #DA770D

Text Example


Text Example

White with #DA770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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