Html Css Color HEX #DA6F0E Mango Tango

📋 copy color: '#DA6F0E'

red 218 ◦ green 111 ◦ blue 14

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

Shades of Mango Tango #DA6F0E

Tints of Mango Tango #DA6F0E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.36%

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

R = 63.56%
G = 32.36%
B = 4.08%

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

#DA6F0E (or 0xDA6F0E) is known color: Mango Tango. HEX triplet: DA, 6F and 0E. RGB value is (218,111,14). Sum of RGB (Red+Green+Blue) = 218+111+14=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6F0E is #2590F1. Grayscale: #848484. Windows color (decimal): -2461938 or 946138. OLE color: 946138.

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

Color convert

RGB 218 111 14 -
CMYK 0 0.49 0.94 0.15
HSL 28.53º 0.88% 0.45% -
HSV(B) 28.53º 0.94% 0.85% -
XYZ 34.68 26.31 3.67 -
YUV 131.94 61.45 189.39 -
System Red Green Blue C M Y K H S L
Decimal 218 111 14 0 0.49 0.94 0.15 28.53 0.88 0.45
Hex DA 6F E 0 31 5E F 1D 58 2D
Octal 332 157 16 0 61 136 17 35 130 55
Binary 11011010 1101111 1110 0 110001 1011110 1111 11101 1011000 101101

Color Harmonies of #DA6F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F0E

Black with #DA6F0E

Text Example


Text Example

White with #DA6F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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