Html Css Color HEX #DA680A Mango Tango

📋 copy color: '#DA680A'

red 218 ◦ green 104 ◦ blue 10

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

Shades of Mango Tango #DA680A

Tints of Mango Tango #DA680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 65.66%
G = 31.33%
B = 3.01%

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

#DA680A (or 0xDA680A) is known color: Mango Tango. HEX triplet: DA, 68 and 0A. RGB value is (218,104,10). Sum of RGB (Red+Green+Blue) = 218+104+10=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA680A is #2597F5. Grayscale: #7F7F7F. Windows color (decimal): -2463734 or 682202. OLE color: 682202.

HSL color Cylindrical-coordinate representation of color #DA680A: hue angle of 27.12º degrees, saturation: 0.91, 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 #DA680A is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 104 10 -
CMYK 0 0.52 0.95 0.15
HSL 27.12º 0.91% 0.45% -
HSV(B) 27.12º 0.95% 0.85% -
XYZ 33.92 24.83 3.29 -
YUV 127.37 61.77 192.64 -
System Red Green Blue C M Y K H S L
Decimal 218 104 10 0 0.52 0.95 0.15 27.12 0.91 0.45
Hex DA 68 A 0 34 5F F 1B 5B 2D
Octal 332 150 12 0 64 137 17 33 133 55
Binary 11011010 1101000 1010 0 110100 1011111 1111 11011 1011011 101101

Color Harmonies of #DA680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA680A

Black with #DA680A

Text Example


Text Example

White with #DA680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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