Html Css Color HEX #DA7A0C Mango Tango

📋 copy color: '#DA7A0C'

red 218 ◦ green 122 ◦ blue 12

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

Shades of Mango Tango #DA7A0C

Tints of Mango Tango #DA7A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 61.93%
G = 34.66%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA7A0C (or 0xDA7A0C) is known color: Mango Tango. HEX triplet: DA, 7A and 0C. RGB value is (218,122,12). Sum of RGB (Red+Green+Blue) = 218+122+12=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7A0C is #2585F3. Grayscale: #8A8A8A. Windows color (decimal): -2459124 or 817882. OLE color: 817882.

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

Color convert

RGB 218 122 12 -
CMYK 0 0.44 0.94 0.15
HSL 32.04º 0.9% 0.45% -
HSV(B) 32.04º 0.94% 0.85% -
XYZ 35.94 28.85 4.02 -
YUV 138.16 56.8 184.94 -
System Red Green Blue C M Y K H S L
Decimal 218 122 12 0 0.44 0.94 0.15 32.04 0.9 0.45
Hex DA 7A C 0 2C 5E F 20 5A 2D
Octal 332 172 14 0 54 136 17 40 132 55
Binary 11011010 1111010 1100 0 101100 1011110 1111 100000 1011010 101101

Color Harmonies of #DA7A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A0C

Black with #DA7A0C

Text Example


Text Example

White with #DA7A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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