Html Css Color HEX #DA7D0E Mango Tango

📋 copy color: '#DA7D0E'

red 218 ◦ green 125 ◦ blue 14

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

Shades of Mango Tango #DA7D0E

Tints of Mango Tango #DA7D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.92%

R = 61.06%
G = 35.01%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA7D0E (or 0xDA7D0E) is known color: Mango Tango. HEX triplet: DA, 7D and 0E. RGB value is (218,125,14). Sum of RGB (Red+Green+Blue) = 218+125+14=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7D0E is #2582F1. Grayscale: #8C8C8C. Windows color (decimal): -2458354 or 949722. OLE color: 949722.

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

Color convert

RGB 218 125 14 -
CMYK 0 0.43 0.94 0.15
HSL 32.65º 0.88% 0.45% -
HSV(B) 32.65º 0.94% 0.85% -
XYZ 36.33 29.6 4.22 -
YUV 140.15 56.81 183.53 -
System Red Green Blue C M Y K H S L
Decimal 218 125 14 0 0.43 0.94 0.15 32.65 0.88 0.45
Hex DA 7D E 0 2B 5E F 21 58 2D
Octal 332 175 16 0 53 136 17 41 130 55
Binary 11011010 1111101 1110 0 101011 1011110 1111 100001 1011000 101101

Color Harmonies of #DA7D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D0E

Black with #DA7D0E

Text Example


Text Example

White with #DA7D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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