Html Css Color HEX #DA6502 Mango Tango

📋 copy color: '#DA6502'

red 218 ◦ green 101 ◦ blue 2

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

Shades of Mango Tango #DA6502

Tints of Mango Tango #DA6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 67.91%
G = 31.46%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA6502 (or 0xDA6502) is known color: Mango Tango. HEX triplet: DA, 65 and 02. RGB value is (218,101,2). Sum of RGB (Red+Green+Blue) = 218+101+2=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6502 is #259AFD. Grayscale: #7D7D7D. Windows color (decimal): -2464510 or 157146. OLE color: 157146.

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

Color convert

RGB 218 101 2 -
CMYK 0 0.54 0.99 0.15
HSL 27.5º 0.98% 0.43% -
HSV(B) 27.5º 0.99% 0.85% -
XYZ 33.58 24.22 2.96 -
YUV 124.7 58.76 194.55 -
System Red Green Blue C M Y K H S L
Decimal 218 101 2 0 0.54 0.99 0.15 27.5 0.98 0.43
Hex DA 65 2 0 36 63 F 1C 62 2B
Octal 332 145 2 0 66 143 17 34 142 53
Binary 11011010 1100101 10 0 110110 1100011 1111 11100 1100010 101011

Color Harmonies of #DA6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6502

Black with #DA6502

Text Example


Text Example

White with #DA6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6502; }

 p { color: rgb(218,101,2); }

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

background-color css

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

 a { background-color: rgb(218,101,2); }

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

border-color css

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

 span { border-color: rgb(218,101,2); }

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