Html Css Color HEX #DC6B07 Mango Tango

📋 copy color: '#DC6B07'

red 220 ◦ green 107 ◦ blue 7

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

Shades of Mango Tango #DC6B07

Tints of Mango Tango #DC6B07

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.04%

 BLUE value IS 7 (3.13% from 255) = 2.1%

R = 65.87%
G = 32.04%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC6B07 (or 0xDC6B07) is known color: Mango Tango. HEX triplet: DC, 6B and 07. RGB value is (220,107,7). Sum of RGB (Red+Green+Blue) = 220+107+7=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6B07 is #2394F8. Grayscale: #818181. Windows color (decimal): -2331897 or 486364. OLE color: 486364.

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

Color convert

RGB 220 107 7 -
CMYK 0 0.51 0.97 0.14
HSL 28.17º 0.94% 0.45% -
HSV(B) 28.17º 0.97% 0.86% -
XYZ 34.81 25.75 3.34 -
YUV 129.39 58.94 192.63 -
System Red Green Blue C M Y K H S L
Decimal 220 107 7 0 0.51 0.97 0.14 28.17 0.94 0.45
Hex DC 6B 7 0 33 61 E 1C 5E 2D
Octal 334 153 7 0 63 141 16 34 136 55
Binary 11011100 1101011 111 0 110011 1100001 1110 11100 1011110 101101

Color Harmonies of #DC6B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B07

Black with #DC6B07

Text Example


Text Example

White with #DC6B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B07; }

 p { color: rgb(220,107,7); }

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

background-color css

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

 a { background-color: rgb(220,107,7); }

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

border-color css

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

 span { border-color: rgb(220,107,7); }

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