Html Css Color HEX #DA700E Mango Tango

📋 copy color: '#DA700E'

red 218 ◦ green 112 ◦ blue 14

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

Shades of Mango Tango #DA700E

Tints of Mango Tango #DA700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

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

R = 63.37%
G = 32.56%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA700E (or 0xDA700E) is known color: Mango Tango. HEX triplet: DA, 70 and 0E. RGB value is (218,112,14). Sum of RGB (Red+Green+Blue) = 218+112+14=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA700E is #258FF1. Grayscale: #858585. Windows color (decimal): -2461682 or 946394. OLE color: 946394.

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

Color convert

RGB 218 112 14 -
CMYK 0 0.49 0.94 0.15
HSL 28.82º 0.88% 0.45% -
HSV(B) 28.82º 0.94% 0.85% -
XYZ 34.79 26.53 3.7 -
YUV 132.52 61.12 188.97 -
System Red Green Blue C M Y K H S L
Decimal 218 112 14 0 0.49 0.94 0.15 28.82 0.88 0.45
Hex DA 70 E 0 31 5E F 1D 58 2D
Octal 332 160 16 0 61 136 17 35 130 55
Binary 11011010 1110000 1110 0 110001 1011110 1111 11101 1011000 101101

Color Harmonies of #DA700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA700E

Black with #DA700E

Text Example


Text Example

White with #DA700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA700E; }

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

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

background-color css

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

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

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

border-color css

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

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

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