Html Css Color HEX #DA7D05 Mango Tango

📋 copy color: '#DA7D05'

red 218 ◦ green 125 ◦ blue 5

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

Shades of Mango Tango #DA7D05

Tints of Mango Tango #DA7D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 62.64%
G = 35.92%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA7D05 (or 0xDA7D05) is known color: Mango Tango. HEX triplet: DA, 7D and 05. RGB value is (218,125,5). Sum of RGB (Red+Green+Blue) = 218+125+5=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7D05 is #2582FA. Grayscale: #8B8B8B. Windows color (decimal): -2458363 or 359898. OLE color: 359898.

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

Color convert

RGB 218 125 5 -
CMYK 0 0.43 0.98 0.15
HSL 33.8º 0.96% 0.44% -
HSV(B) 33.8º 0.98% 0.85% -
XYZ 36.27 29.58 3.94 -
YUV 139.13 52.31 184.26 -
System Red Green Blue C M Y K H S L
Decimal 218 125 5 0 0.43 0.98 0.15 33.8 0.96 0.44
Hex DA 7D 5 0 2B 62 F 22 60 2C
Octal 332 175 5 0 53 142 17 42 140 54
Binary 11011010 1111101 101 0 101011 1100010 1111 100010 1100000 101100

Color Harmonies of #DA7D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D05

Black with #DA7D05

Text Example


Text Example

White with #DA7D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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