Html Css Color HEX #DA6B0A Mango Tango

📋 copy color: '#DA6B0A'

red 218 ◦ green 107 ◦ blue 10

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

Shades of Mango Tango #DA6B0A

Tints of Mango Tango #DA6B0A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

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

R = 65.07%
G = 31.94%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA6B0A (or 0xDA6B0A) is known color: Mango Tango. HEX triplet: DA, 6B and 0A. RGB value is (218,107,10). Sum of RGB (Red+Green+Blue) = 218+107+10=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6B0A is #2594F5. Grayscale: #818181. Windows color (decimal): -2462966 or 682970. OLE color: 682970.

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

Color convert

RGB 218 107 10 -
CMYK 0 0.51 0.95 0.15
HSL 27.98º 0.91% 0.45% -
HSV(B) 27.98º 0.95% 0.85% -
XYZ 34.23 25.44 3.39 -
YUV 129.13 60.77 191.39 -
System Red Green Blue C M Y K H S L
Decimal 218 107 10 0 0.51 0.95 0.15 27.98 0.91 0.45
Hex DA 6B A 0 33 5F F 1C 5B 2D
Octal 332 153 12 0 63 137 17 34 133 55
Binary 11011010 1101011 1010 0 110011 1011111 1111 11100 1011011 101101

Color Harmonies of #DA6B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B0A

Black with #DA6B0A

Text Example


Text Example

White with #DA6B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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