Html Css Color HEX #DA7A0A Mango Tango

📋 copy color: '#DA7A0A'

red 218 ◦ green 122 ◦ blue 10

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

Shades of Mango Tango #DA7A0A

Tints of Mango Tango #DA7A0A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 62.29%
G = 34.86%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA7A0A (or 0xDA7A0A) is known color: Mango Tango. HEX triplet: DA, 7A and 0A. RGB value is (218,122,10). Sum of RGB (Red+Green+Blue) = 218+122+10=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7A0A is #2585F5. Grayscale: #8A8A8A. Windows color (decimal): -2459126 or 686810. OLE color: 686810.

HSL color Cylindrical-coordinate representation of color #DA7A0A: hue angle of 32.31º degrees, saturation: 0.91, 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 #DA7A0A is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 122 10 -
CMYK 0 0.44 0.95 0.15
HSL 32.31º 0.91% 0.45% -
HSV(B) 32.31º 0.95% 0.85% -
XYZ 35.93 28.85 3.96 -
YUV 137.94 55.8 185.11 -
System Red Green Blue C M Y K H S L
Decimal 218 122 10 0 0.44 0.95 0.15 32.31 0.91 0.45
Hex DA 7A A 0 2C 5F F 20 5B 2D
Octal 332 172 12 0 54 137 17 40 133 55
Binary 11011010 1111010 1010 0 101100 1011111 1111 100000 1011011 101101

Color Harmonies of #DA7A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A0A

Black with #DA7A0A

Text Example


Text Example

White with #DA7A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A0A; }

 p { color: rgb(218,122,10); }

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

background-color css

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

 a { background-color: rgb(218,122,10); }

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

border-color css

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

 span { border-color: rgb(218,122,10); }

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