Html Css Color HEX #DA750D Mango Tango

📋 copy color: '#DA750D'

red 218 ◦ green 117 ◦ blue 13

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

Shades of Mango Tango #DA750D

Tints of Mango Tango #DA750D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 62.64%
G = 33.62%
B = 3.74%

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

#DA750D (or 0xDA750D) is known color: Mango Tango. HEX triplet: DA, 75 and 0D. RGB value is (218,117,13). Sum of RGB (Red+Green+Blue) = 218+117+13=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA750D is #258AF2. Grayscale: #878787. Windows color (decimal): -2460403 or 882138. OLE color: 882138.

HSL color Cylindrical-coordinate representation of color #DA750D: hue angle of 30.44º degrees, saturation: 0.89, 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 #DA750D is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 13 -
CMYK 0 0.46 0.94 0.15
HSL 30.44º 0.89% 0.45% -
HSV(B) 30.44º 0.94% 0.85% -
XYZ 35.35 27.66 3.86 -
YUV 135.34 58.96 186.96 -
System Red Green Blue C M Y K H S L
Decimal 218 117 13 0 0.46 0.94 0.15 30.44 0.89 0.45
Hex DA 75 D 0 2E 5E F 1E 59 2D
Octal 332 165 15 0 56 136 17 36 131 55
Binary 11011010 1110101 1101 0 101110 1011110 1111 11110 1011001 101101

Color Harmonies of #DA750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA750D

Black with #DA750D

Text Example


Text Example

White with #DA750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA750D; }

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

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

background-color css

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

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

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

border-color css

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

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

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