Html Css Color HEX #DA7A0F Mango Tango

📋 copy color: '#DA7A0F'

red 218 ◦ green 122 ◦ blue 15

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

Shades of Mango Tango #DA7A0F

Tints of Mango Tango #DA7A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.23%

R = 61.41%
G = 34.37%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA7A0F (or 0xDA7A0F) is known color: Mango Tango. HEX triplet: DA, 7A and 0F. RGB value is (218,122,15). Sum of RGB (Red+Green+Blue) = 218+122+15=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7A0F is #2585F0. Grayscale: #8B8B8B. Windows color (decimal): -2459121 or 1014490. OLE color: 1014490.

HSL color Cylindrical-coordinate representation of color #DA7A0F: hue angle of 31.63º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA7A0F is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 122 15 -
CMYK 0 0.44 0.93 0.15
HSL 31.63º 0.87% 0.46% -
HSV(B) 31.63º 0.93% 0.85% -
XYZ 35.96 28.86 4.13 -
YUV 138.51 58.3 184.7 -
System Red Green Blue C M Y K H S L
Decimal 218 122 15 0 0.44 0.93 0.15 31.63 0.87 0.46
Hex DA 7A F 0 2C 5D F 20 57 2E
Octal 332 172 17 0 54 135 17 40 127 56
Binary 11011010 1111010 1111 0 101100 1011101 1111 100000 1010111 101110

Color Harmonies of #DA7A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A0F

Black with #DA7A0F

Text Example


Text Example

White with #DA7A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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