Html Css Color HEX #DA6600 Mango Tango

📋 copy color: '#DA6600'

red 218 ◦ green 102 ◦ blue 0

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

Shades of Mango Tango #DA6600

Tints of Mango Tango #DA6600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.88%

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

R = 68.13%
G = 31.88%
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

#DA6600 (or 0xDA6600) is known color: Mango Tango. HEX triplet: DA, 66 and 00. RGB value is (218,102,0). Sum of RGB (Red+Green+Blue) = 218+102+0=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6600 is #2599FF. Grayscale: #7D7D7D. Windows color (decimal): -2464256 or 26330. OLE color: 26330.

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

Color convert

RGB 218 102 0 -
CMYK 0 0.53 1 0.15
HSL 28.07º 1% 0.43% -
HSV(B) 28.07º 1% 0.85% -
XYZ 33.66 24.41 2.94 -
YUV 125.06 57.43 194.29 -
System Red Green Blue C M Y K H S L
Decimal 218 102 0 0 0.53 1 0.15 28.07 1 0.43
Hex DA 66 0 0 35 64 F 1C 64 2B
Octal 332 146 0 0 65 144 17 34 144 53
Binary 11011010 1100110 0 0 110101 1100100 1111 11100 1100100 101011

Color Harmonies of #DA6600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6600

Black with #DA6600

Text Example


Text Example

White with #DA6600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6600; }

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

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

background-color css

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

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

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

border-color css

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

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

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