Html Css Color HEX #DA7508 Mango Tango

📋 copy color: '#DA7508'

red 218 ◦ green 117 ◦ blue 8

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

Shades of Mango Tango #DA7508

Tints of Mango Tango #DA7508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 63.56%
G = 34.11%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA7508 (or 0xDA7508) is known color: Mango Tango. HEX triplet: DA, 75 and 08. RGB value is (218,117,8). Sum of RGB (Red+Green+Blue) = 218+117+8=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7508 is #258AF7. Grayscale: #878787. Windows color (decimal): -2460408 or 554458. OLE color: 554458.

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

Color convert

RGB 218 117 8 -
CMYK 0 0.46 0.96 0.15
HSL 31.14º 0.93% 0.44% -
HSV(B) 31.14º 0.96% 0.85% -
XYZ 35.32 27.65 3.7 -
YUV 134.77 56.46 187.36 -
System Red Green Blue C M Y K H S L
Decimal 218 117 8 0 0.46 0.96 0.15 31.14 0.93 0.44
Hex DA 75 8 0 2E 60 F 1F 5D 2C
Octal 332 165 10 0 56 140 17 37 135 54
Binary 11011010 1110101 1000 0 101110 1100000 1111 11111 1011101 101100

Color Harmonies of #DA7508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7508

Black with #DA7508

Text Example


Text Example

White with #DA7508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7508; }

 p { color: rgb(218,117,8); }

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

background-color css

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

 a { background-color: rgb(218,117,8); }

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

border-color css

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

 span { border-color: rgb(218,117,8); }

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