Html Css Color HEX #DA750C Mango Tango

📋 copy color: '#DA750C'

red 218 ◦ green 117 ◦ blue 12

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

Shades of Mango Tango #DA750C

Tints of Mango Tango #DA750C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

 BLUE value IS 12 (5.08% from 255) = 3.46%

R = 62.82%
G = 33.72%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA750C (or 0xDA750C) is known color: Mango Tango. HEX triplet: DA, 75 and 0C. RGB value is (218,117,12). Sum of RGB (Red+Green+Blue) = 218+117+12=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA750C is #258AF3. Grayscale: #878787. Windows color (decimal): -2460404 or 816602. OLE color: 816602.

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

Color convert

RGB 218 117 12 -
CMYK 0 0.46 0.94 0.15
HSL 30.58º 0.9% 0.45% -
HSV(B) 30.58º 0.94% 0.85% -
XYZ 35.34 27.65 3.82 -
YUV 135.23 58.46 187.04 -
System Red Green Blue C M Y K H S L
Decimal 218 117 12 0 0.46 0.94 0.15 30.58 0.9 0.45
Hex DA 75 C 0 2E 5E F 1F 5A 2D
Octal 332 165 14 0 56 136 17 37 132 55
Binary 11011010 1110101 1100 0 101110 1011110 1111 11111 1011010 101101

Color Harmonies of #DA750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA750C

Black with #DA750C

Text Example


Text Example

White with #DA750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA750C; }

 p { color: rgb(218,117,12); }

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

background-color css

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

 a { background-color: rgb(218,117,12); }

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

border-color css

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

 span { border-color: rgb(218,117,12); }

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