Html Css Color HEX #DA8007 Mango Tango

📋 copy color: '#DA8007'

red 218 ◦ green 128 ◦ blue 7

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

Shades of Mango Tango #DA8007

Tints of Mango Tango #DA8007

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.26%

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

R = 61.76%
G = 36.26%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA8007 (or 0xDA8007) is known color: Mango Tango. HEX triplet: DA, 80 and 07. RGB value is (218,128,7). Sum of RGB (Red+Green+Blue) = 218+128+7=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8007 is #257FF8. Grayscale: #8D8D8D. Windows color (decimal): -2457593 or 491738. OLE color: 491738.

HSL color Cylindrical-coordinate representation of color #DA8007: hue angle of 34.41º 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 #DA8007 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 7 -
CMYK 0 0.41 0.97 0.15
HSL 34.41º 0.94% 0.44% -
HSV(B) 34.41º 0.97% 0.85% -
XYZ 36.67 30.36 4.13 -
YUV 141.12 52.32 182.84 -
System Red Green Blue C M Y K H S L
Decimal 218 128 7 0 0.41 0.97 0.15 34.41 0.94 0.44
Hex DA 80 7 0 29 61 F 22 5E 2C
Octal 332 200 7 0 51 141 17 42 136 54
Binary 11011010 10000000 111 0 101001 1100001 1111 100010 1011110 101100

Color Harmonies of #DA8007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8007

Black with #DA8007

Text Example


Text Example

White with #DA8007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8007; }

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

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

background-color css

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

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

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

border-color css

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

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

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