Html Css Color HEX #DA770B Mango Tango

📋 copy color: '#DA770B'

red 218 ◦ green 119 ◦ blue 11

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

Shades of Mango Tango #DA770B

Tints of Mango Tango #DA770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.16%

R = 62.64%
G = 34.2%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA770B (or 0xDA770B) is known color: Mango Tango. HEX triplet: DA, 77 and 0B. RGB value is (218,119,11). Sum of RGB (Red+Green+Blue) = 218+119+11=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA770B is #2588F4. Grayscale: #888888. Windows color (decimal): -2459893 or 751578. OLE color: 751578.

HSL color Cylindrical-coordinate representation of color #DA770B: hue angle of 31.3º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA770B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 11 -
CMYK 0 0.45 0.95 0.15
HSL 31.3º 0.9% 0.45% -
HSV(B) 31.3º 0.95% 0.85% -
XYZ 35.57 28.12 3.87 -
YUV 136.29 57.3 186.28 -
System Red Green Blue C M Y K H S L
Decimal 218 119 11 0 0.45 0.95 0.15 31.3 0.9 0.45
Hex DA 77 B 0 2D 5F F 1F 5A 2D
Octal 332 167 13 0 55 137 17 37 132 55
Binary 11011010 1110111 1011 0 101101 1011111 1111 11111 1011010 101101

Color Harmonies of #DA770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA770B

Black with #DA770B

Text Example


Text Example

White with #DA770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA770B; }

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

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

background-color css

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

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

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

border-color css

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

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

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