Html Css Color HEX #DC7A0C Mango Tango

📋 copy color: '#DC7A0C'

red 220 ◦ green 122 ◦ blue 12

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

Shades of Mango Tango #DC7A0C

Tints of Mango Tango #DC7A0C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

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

R = 62.15%
G = 34.46%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC7A0C (or 0xDC7A0C) is known color: Mango Tango. HEX triplet: DC, 7A and 0C. RGB value is (220,122,12). Sum of RGB (Red+Green+Blue) = 220+122+12=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7A0C is #2385F3. Grayscale: #8B8B8B. Windows color (decimal): -2328052 or 817884. OLE color: 817884.

HSL color Cylindrical-coordinate representation of color #DC7A0C: hue angle of 31.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC7A0C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 122 12 -
CMYK 0 0.45 0.95 0.14
HSL 31.73º 0.9% 0.45% -
HSV(B) 31.73º 0.95% 0.86% -
XYZ 36.54 29.16 4.05 -
YUV 138.76 56.47 185.94 -
System Red Green Blue C M Y K H S L
Decimal 220 122 12 0 0.45 0.95 0.14 31.73 0.9 0.45
Hex DC 7A C 0 2D 5F E 20 5A 2D
Octal 334 172 14 0 55 137 16 40 132 55
Binary 11011100 1111010 1100 0 101101 1011111 1110 100000 1011010 101101

Color Harmonies of #DC7A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A0C

Black with #DC7A0C

Text Example


Text Example

White with #DC7A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A0C; }

 p { color: rgb(220,122,12); }

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

background-color css

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

 a { background-color: rgb(220,122,12); }

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

border-color css

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

 span { border-color: rgb(220,122,12); }

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