Html Css Color HEX #DA720E Mango Tango

📋 copy color: '#DA720E'

red 218 ◦ green 114 ◦ blue 14

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

Shades of Mango Tango #DA720E

Tints of Mango Tango #DA720E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 63.01%
G = 32.95%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA720E (or 0xDA720E) is known color: Mango Tango. HEX triplet: DA, 72 and 0E. RGB value is (218,114,14). Sum of RGB (Red+Green+Blue) = 218+114+14=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA720E is #258DF1. Grayscale: #868686. Windows color (decimal): -2461170 or 946906. OLE color: 946906.

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

Color convert

RGB 218 114 14 -
CMYK 0 0.48 0.94 0.15
HSL 29.41º 0.88% 0.45% -
HSV(B) 29.41º 0.94% 0.85% -
XYZ 35.01 26.97 3.78 -
YUV 133.7 60.46 188.13 -
System Red Green Blue C M Y K H S L
Decimal 218 114 14 0 0.48 0.94 0.15 29.41 0.88 0.45
Hex DA 72 E 0 30 5E F 1D 58 2D
Octal 332 162 16 0 60 136 17 35 130 55
Binary 11011010 1110010 1110 0 110000 1011110 1111 11101 1011000 101101

Color Harmonies of #DA720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA720E

Black with #DA720E

Text Example


Text Example

White with #DA720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA720E; }

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

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

background-color css

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

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

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

border-color css

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

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

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