Html Css Color HEX #DA6700 Mango Tango

📋 copy color: '#DA6700'

red 218 ◦ green 103 ◦ blue 0

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

Shades of Mango Tango #DA6700

Tints of Mango Tango #DA6700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.91%
G = 32.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA6700 (or 0xDA6700) is known color: Mango Tango. HEX triplet: DA, 67 and 00. RGB value is (218,103,0). Sum of RGB (Red+Green+Blue) = 218+103+0=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6700 is #2598FF. Grayscale: #7E7E7E. Windows color (decimal): -2464000 or 26586. OLE color: 26586.

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

Color convert

RGB 218 103 0 -
CMYK 0 0.53 1 0.15
HSL 28.35º 1% 0.43% -
HSV(B) 28.35º 1% 0.85% -
XYZ 33.76 24.61 2.97 -
YUV 125.64 57.1 193.88 -
System Red Green Blue C M Y K H S L
Decimal 218 103 0 0 0.53 1 0.15 28.35 1 0.43
Hex DA 67 0 0 35 64 F 1C 64 2B
Octal 332 147 0 0 65 144 17 34 144 53
Binary 11011010 1100111 0 0 110101 1100100 1111 11100 1100100 101011

Color Harmonies of #DA6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6700

Black with #DA6700

Text Example


Text Example

White with #DA6700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6700; }

 p { color: rgb(218,103,0); }

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

background-color css

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

 a { background-color: rgb(218,103,0); }

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

border-color css

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

 span { border-color: rgb(218,103,0); }

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