Html Css Color HEX #DA680B Mango Tango

📋 copy color: '#DA680B'

red 218 ◦ green 104 ◦ blue 11

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

Shades of Mango Tango #DA680B

Tints of Mango Tango #DA680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

 BLUE value IS 11 (4.69% from 255) = 3.3%

R = 65.47%
G = 31.23%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA680B (or 0xDA680B) is known color: Mango Tango. HEX triplet: DA, 68 and 0B. RGB value is (218,104,11). Sum of RGB (Red+Green+Blue) = 218+104+11=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA680B is #2597F4. Grayscale: #7F7F7F. Windows color (decimal): -2463733 or 747738. OLE color: 747738.

HSL color Cylindrical-coordinate representation of color #DA680B: hue angle of 26.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA680B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 104 11 -
CMYK 0 0.52 0.95 0.15
HSL 26.96º 0.9% 0.45% -
HSV(B) 26.96º 0.95% 0.85% -
XYZ 33.92 24.83 3.32 -
YUV 127.48 62.27 192.56 -
System Red Green Blue C M Y K H S L
Decimal 218 104 11 0 0.52 0.95 0.15 26.96 0.9 0.45
Hex DA 68 B 0 34 5F F 1B 5A 2D
Octal 332 150 13 0 64 137 17 33 132 55
Binary 11011010 1101000 1011 0 110100 1011111 1111 11011 1011010 101101

Color Harmonies of #DA680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA680B

Black with #DA680B

Text Example


Text Example

White with #DA680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA680B; }

 p { color: rgb(218,104,11); }

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

background-color css

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

 a { background-color: rgb(218,104,11); }

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

border-color css

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

 span { border-color: rgb(218,104,11); }

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