Html Css Color HEX #DC790D Mango Tango

📋 copy color: '#DC790D'

red 220 ◦ green 121 ◦ blue 13

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

Shades of Mango Tango #DC790D

Tints of Mango Tango #DC790D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

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

R = 62.15%
G = 34.18%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC790D (or 0xDC790D) is known color: Mango Tango. HEX triplet: DC, 79 and 0D. RGB value is (220,121,13). Sum of RGB (Red+Green+Blue) = 220+121+13=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC790D is #2386F2. Grayscale: #8A8A8A. Windows color (decimal): -2328307 or 883164. OLE color: 883164.

HSL color Cylindrical-coordinate representation of color #DC790D: hue angle of 31.3º 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 #DC790D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 121 13 -
CMYK 0 0.45 0.94 0.14
HSL 31.3º 0.89% 0.46% -
HSV(B) 31.3º 0.94% 0.86% -
XYZ 36.43 28.92 4.04 -
YUV 138.29 57.3 186.28 -
System Red Green Blue C M Y K H S L
Decimal 220 121 13 0 0.45 0.94 0.14 31.3 0.89 0.46
Hex DC 79 D 0 2D 5E E 1F 59 2E
Octal 334 171 15 0 55 136 16 37 131 56
Binary 11011100 1111001 1101 0 101101 1011110 1110 11111 1011001 101110

Color Harmonies of #DC790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC790D

Black with #DC790D

Text Example


Text Example

White with #DC790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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