Html Css Color HEX #DA7D07 Mango Tango

📋 copy color: '#DA7D07'

red 218 ◦ green 125 ◦ blue 7

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

Shades of Mango Tango #DA7D07

Tints of Mango Tango #DA7D07

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

 BLUE value IS 7 (3.13% from 255) = 2%

R = 62.29%
G = 35.71%
B = 2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA7D07 (or 0xDA7D07) is known color: Mango Tango. HEX triplet: DA, 7D and 07. RGB value is (218,125,7). Sum of RGB (Red+Green+Blue) = 218+125+7=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7D07 is #2582F8. Grayscale: #8B8B8B. Windows color (decimal): -2458361 or 490970. OLE color: 490970.

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

Color convert

RGB 218 125 7 -
CMYK 0 0.43 0.97 0.15
HSL 33.55º 0.94% 0.44% -
HSV(B) 33.55º 0.97% 0.85% -
XYZ 36.29 29.59 4 -
YUV 139.36 53.31 184.09 -
System Red Green Blue C M Y K H S L
Decimal 218 125 7 0 0.43 0.97 0.15 33.55 0.94 0.44
Hex DA 7D 7 0 2B 61 F 22 5E 2C
Octal 332 175 7 0 53 141 17 42 136 54
Binary 11011010 1111101 111 0 101011 1100001 1111 100010 1011110 101100

Color Harmonies of #DA7D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D07

Black with #DA7D07

Text Example


Text Example

White with #DA7D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D07; }

 p { color: rgb(218,125,7); }

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

background-color css

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

 a { background-color: rgb(218,125,7); }

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

border-color css

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

 span { border-color: rgb(218,125,7); }

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