Html Css Color HEX #DC750D Mango Tango

📋 copy color: '#DC750D'

red 220 ◦ green 117 ◦ blue 13

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

Shades of Mango Tango #DC750D

Tints of Mango Tango #DC750D

RGB

 RED value IS 220 (86.33% from 255) = 62.86%

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

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

R = 62.86%
G = 33.43%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC750D (or 0xDC750D) is known color: Mango Tango. HEX triplet: DC, 75 and 0D. RGB value is (220,117,13). Sum of RGB (Red+Green+Blue) = 220+117+13=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC750D is #238AF2. Grayscale: #888888. Windows color (decimal): -2329331 or 882140. OLE color: 882140.

HSL color Cylindrical-coordinate representation of color #DC750D: hue angle of 30.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC750D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 13 -
CMYK 0 0.47 0.94 0.14
HSL 30.14º 0.89% 0.46% -
HSV(B) 30.14º 0.94% 0.86% -
XYZ 35.95 27.97 3.88 -
YUV 135.94 58.62 187.96 -
System Red Green Blue C M Y K H S L
Decimal 220 117 13 0 0.47 0.94 0.14 30.14 0.89 0.46
Hex DC 75 D 0 2F 5E E 1E 59 2E
Octal 334 165 15 0 57 136 16 36 131 56
Binary 11011100 1110101 1101 0 101111 1011110 1110 11110 1011001 101110

Color Harmonies of #DC750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC750D

Black with #DC750D

Text Example


Text Example

White with #DC750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC750D; }

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

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

background-color css

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

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

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

border-color css

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

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

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